Home
last modified time | relevance | path

Searched refs:RunWithLooper (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DAndroidTestingRunner.java18 import android.testing.TestableLooper.RunWithLooper;
89 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap()
90 if (annotation == null) annotation = mKlass.getAnnotation(RunWithLooper.class); in looperWrap()
103 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap()
104 if (annotation == null) annotation = mKlass.getAnnotation(RunWithLooper.class); in looperWrap()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java32 import android.testing.TestableLooper.RunWithLooper;
53 @RunWithLooper
107 @RunWithLooper(setAsMainLooper = true)
126 @RunWithLooper(setAsMainLooper = true)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatteryMeterViewTest.kt19 import android.testing.TestableLooper.RunWithLooper
32 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerEthernetTest.java24 import android.testing.TestableLooper.RunWithLooper;
33 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
H A DTileAdapterTest.java22 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardMessageAreaTest.java23 import android.testing.TestableLooper.RunWithLooper;
35 @RunWithLooper
H A DKeyguardSliceViewControllerTest.java25 import android.testing.TestableLooper.RunWithLooper;
44 @RunWithLooper(setAsMainLooper = true)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java79 @TestableLooper.RunWithLooper
171 @TestableLooper.RunWithLooper(setAsMainLooper = true)
183 @TestableLooper.RunWithLooper(setAsMainLooper = true)
212 @TestableLooper.RunWithLooper(setAsMainLooper = true)
/aosp12/frameworks/base/tests/testables/tests/src/android/testing/
H A DTestableLooperTest.java37 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper
158 @RunWithLooper(setAsMainLooper = true)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBatteryStateNotifierTest.kt21 import android.testing.TestableLooper.RunWithLooper
44 @RunWithLooper()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapperTest.java21 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
H A DNotificationViewWrapperTest.java25 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialogTest.java27 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
H A DPackageMatchingCacheTest.java25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
H A DAnalogClockControllerTest.java24 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper
H A DBubbleClockControllerTest.java24 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper
H A DClockInfoTest.java25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
H A DCrossFadeDarkControllerTest.java22 import android.testing.TestableLooper.RunWithLooper;
34 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java27 import android.testing.TestableLooper.RunWithLooper;
43 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
H A DNotificationLaunchAnimatorControllerTest.kt5 import android.testing.TestableLooper.RunWithLooper
27 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceViewTest.java27 import android.testing.TestableLooper.RunWithLooper;
43 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DSlashImageViewTest.java28 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DBatterySaverTileTest.kt23 import android.testing.TestableLooper.RunWithLooper
44 @RunWithLooper(setAsMainLooper = true)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/
H A DScrimViewTest.java27 import android.testing.TestableLooper.RunWithLooper;
56 @RunWithLooper

12345678910>>...17