Remove all remaining usages of LooperMode.LEGACY

Also temporarily ignore UwbPreferenceControllerTest due to unfinished tasks on main thread, see b/337171922 for more detail

Bug: 330824314

Test: atest
Change-Id: I45219fee8094b38790faf8d778e8a1ddeb7c7aaa
This commit is contained in:
Fan Wu
2024-04-26 02:31:19 +00:00
parent c44d4f3f6f
commit 14c9806612
7 changed files with 2 additions and 12 deletions

View File

@@ -49,6 +49,7 @@ import com.android.settings.R;
import com.android.settings.core.BasePreferenceController;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -60,6 +61,7 @@ import org.robolectric.RobolectricTestRunner;
/** Unit tests for UWB preference toggle. */
@RunWith(RobolectricTestRunner.class)
@Ignore("b/337171922")
public class UwbPreferenceControllerTest {
private static final String TEST_SUMMARY = "uwb";
private static final String TEST_AIRPLANE_SUMMARY = "apm_uwb";