Home
last modified time | relevance | path

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

12345678910>>...20

/frameworks/base/tests/testables/src/android/testing/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java99 @TestableLooper.RunWithLooper
177 @TestableLooper.RunWithLooper(setAsMainLooper = true)
197 @TestableLooper.RunWithLooper(setAsMainLooper = true)
245 @TestableLooper.RunWithLooper(setAsMainLooper = true)
270 @TestableLooper.RunWithLooper(setAsMainLooper = true)
362 @TestableLooper.RunWithLooper(setAsMainLooper = true)
375 @TestableLooper.RunWithLooper(setAsMainLooper = true)
391 @TestableLooper.RunWithLooper(setAsMainLooper = true)
409 @TestableLooper.RunWithLooper(setAsMainLooper = true)
448 @TestableLooper.RunWithLooper(setAsMainLooper = true)
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerEthernetTest.java24 import android.testing.TestableLooper.RunWithLooper;
33 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileAdapterTest.java22 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/androidx/core/animation/
DAnimatorTestRuleTest.kt19 import android.testing.TestableLooper.RunWithLooper
30 @RunWithLooper(setAsMainLooper = true)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderHelperTest.kt19 import android.testing.TestableLooper.RunWithLooper
29 @RunWithLooper
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DEventConditionProviderTest.java28 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper
DCountdownConditionProviderTest.java28 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DAuthKeyguardMessageAreaTest.java23 import android.testing.TestableLooper.RunWithLooper;
35 @RunWithLooper
DBouncerKeyguardMessageAreaTest.kt21 import android.testing.TestableLooper.RunWithLooper
35 @RunWithLooper
DKeyguardStatusViewTest.kt5 import android.testing.TestableLooper.RunWithLooper
19 @RunWithLooper(setAsMainLooper = true)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/rotation/
DRotationButtonControllerTest.kt19 import android.testing.TestableLooper.RunWithLooper
32 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java21 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
DNotificationViewWrapperTest.java25 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBatteryStateNotifierTest.kt21 import android.testing.TestableLooper.RunWithLooper
44 @RunWithLooper()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
DPackageMatchingCacheTest.java25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginManagerTest.java32 import android.testing.TestableLooper.RunWithLooper;
59 @RunWithLooper
105 @RunWithLooper(setAsMainLooper = true)
124 @RunWithLooper(setAsMainLooper = true)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java27 import android.testing.TestableLooper.RunWithLooper;
43 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DClockInfoTest.java25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
DAnalogClockControllerTest.java24 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper
DBubbleClockControllerTest.java24 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper
DCrossFadeDarkControllerTest.java22 import android.testing.TestableLooper.RunWithLooper;
34 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsTest.kt20 import android.testing.TestableLooper.RunWithLooper
38 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelperTest.kt5 import android.testing.TestableLooper.RunWithLooper
20 @RunWithLooper

12345678910>>...20