/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | AndroidTestingRunner.java | 18 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 D | PluginManagerTest.java | 32 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 D | BatteryMeterViewTest.kt | 19 import android.testing.TestableLooper.RunWithLooper 32 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerEthernetTest.java | 24 import android.testing.TestableLooper.RunWithLooper; 33 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
H A D | TileAdapterTest.java | 22 import android.testing.TestableLooper.RunWithLooper; 39 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardMessageAreaTest.java | 23 import android.testing.TestableLooper.RunWithLooper; 35 @RunWithLooper
|
H A D | KeyguardSliceViewControllerTest.java | 25 import android.testing.TestableLooper.RunWithLooper; 44 @RunWithLooper(setAsMainLooper = true)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediatorTest.java | 79 @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 D | TestableLooperTest.java | 37 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 D | BatteryStateNotifierTest.kt | 21 import android.testing.TestableLooper.RunWithLooper 44 @RunWithLooper()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationCustomViewWrapperTest.java | 21 import android.testing.TestableLooper.RunWithLooper; 39 @RunWithLooper
|
H A D | NotificationViewWrapperTest.java | 25 import android.testing.TestableLooper.RunWithLooper; 42 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | SystemUIDialogTest.java | 27 import android.testing.TestableLooper.RunWithLooper; 42 @RunWithLooper
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
H A D | PackageMatchingCacheTest.java | 25 import android.testing.TestableLooper.RunWithLooper; 39 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/ |
H A D | AnalogClockControllerTest.java | 24 import android.testing.TestableLooper.RunWithLooper; 41 @RunWithLooper
|
H A D | BubbleClockControllerTest.java | 24 import android.testing.TestableLooper.RunWithLooper; 41 @RunWithLooper
|
H A D | ClockInfoTest.java | 25 import android.testing.TestableLooper.RunWithLooper; 39 @RunWithLooper
|
H A D | CrossFadeDarkControllerTest.java | 22 import android.testing.TestableLooper.RunWithLooper; 34 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ExpandHelperTest.java | 27 import android.testing.TestableLooper.RunWithLooper; 43 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AboveShelfObserverTest.java | 25 import android.testing.TestableLooper.RunWithLooper; 39 @RunWithLooper
|
H A D | NotificationLaunchAnimatorControllerTest.kt | 5 import android.testing.TestableLooper.RunWithLooper 27 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricFaceViewTest.java | 27 import android.testing.TestableLooper.RunWithLooper; 43 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | SlashImageViewTest.java | 28 import android.testing.TestableLooper.RunWithLooper; 41 @RunWithLooper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | BatterySaverTileTest.kt | 23 import android.testing.TestableLooper.RunWithLooper 44 @RunWithLooper(setAsMainLooper = true)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/ |
H A D | ScrimViewTest.java | 27 import android.testing.TestableLooper.RunWithLooper; 56 @RunWithLooper
|