Home
last modified time | relevance | path

Searched defs:testLooper (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/
H A DAssert.java31 public static void setTestableLooper(Looper testLooper) { in setTestableLooper()
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerTest.java133 Looper testLooper = Looper.myLooper(); in testCreateChoreographer() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java144 TestableLooper testLooper) { in NotificationTestHelper()
151 TestableLooper testLooper, in NotificationTestHelper()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationThreadTest.java1687 TestLooperAutoDispatcher(TestLooper testLooper) { in TestLooperAutoDispatcher()