HomeSort by relevance Sort by last modified time
    Searched refs:RunWithLooper (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
KeyguardMessageAreaTest.java 25 import android.testing.TestableLooper.RunWithLooper;
35 @RunWithLooper
KeyguardPinBasedInputViewTest.java 26 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper(setAsMainLooper = true)
KeyguardStatusViewTest.java 23 import android.testing.TestableLooper.RunWithLooper;
36 @RunWithLooper(setAsMainLooper = true)
KeyguardHostViewTest.java 34 @TestableLooper.RunWithLooper
KeyguardUpdateMonitorTest.java 24 import android.testing.TestableLooper.RunWithLooper;
44 @RunWithLooper(setAsMainLooper = true)
KeyguardSliceViewTest.java 22 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/tests/testables/src/android/testing/
AndroidTestingRunner.java 22 import android.testing.TestableLooper.RunWithLooper;
39 * @see TestableLooper.RunWithLooper
89 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class);
90 if (annotation == null) annotation = mKlass.getAnnotation(RunWithLooper.class);
103 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class);
104 if (annotation == null) annotation = mKlass.getAnnotation(RunWithLooper.class);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ExpandHelperTest.java 26 import android.testing.TestableLooper.RunWithLooper;
41 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
TileAdapterTest.java 24 import android.testing.TestableLooper.RunWithLooper;
36 @RunWithLooper
44 TestableLooper.get(this).runWithLooper(() -> mTileAdapter = new TileAdapter(mContext));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationCustomViewWrapperTest.java 21 import android.testing.TestableLooper.RunWithLooper;
37 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationViewWrapperTest.java 24 import android.testing.TestableLooper.RunWithLooper;
37 @RunWithLooper(setAsMainLooper = true)
AboveShelfObserverTest.java 25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
SystemUIDialogTest.java 27 import android.testing.TestableLooper.RunWithLooper;
38 @RunWithLooper(setAsMainLooper = true)
KeyguardPresentationTest.java 34 @TestableLooper.RunWithLooper(setAsMainLooper = true)
NavigationBarTransitionsTest.java 26 import android.testing.TestableLooper.RunWithLooper;
37 @RunWithLooper
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerEthernetTest.java 7 import android.testing.TestableLooper.RunWithLooper;
20 @RunWithLooper
LocationControllerImplTest.java 26 import android.testing.TestableLooper.RunWithLooper;
37 @RunWithLooper
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainerTest.java 22 import android.testing.TestableLooper.RunWithLooper;
37 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
QSFooterImplTest.java 26 import android.testing.TestableLooper.RunWithLooper;
42 @RunWithLooper
57 TestableLooper.get(this).runWithLooper(
QSPanelTest.java 25 import android.testing.TestableLooper.RunWithLooper;
39 @RunWithLooper
50 TestableLooper.get(this).runWithLooper(() -> {
AutoAddTrackerTest.java 27 import android.testing.TestableLooper.RunWithLooper;
38 @RunWithLooper
QSFragmentTest.java 41 import android.testing.TestableLooper.RunWithLooper;
53 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/car/
CarQsFragmentTest.java 24 import android.testing.TestableLooper.RunWithLooper;
43 @RunWithLooper(setAsMainLooper = true)
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
PackageMatchingCacheTest.java 26 import android.testing.TestableLooper.RunWithLooper;
38 @RunWithLooper
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DozeTriggersTest.java 33 import android.testing.TestableLooper.RunWithLooper;
51 @RunWithLooper(setAsMainLooper = true)

Completed in 719 milliseconds

1 2 3 4