Home
last modified time | relevance | path

Searched refs:mAppFocusServiceLooper (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/tests/CarLibTests/src/android/car/
H A DCarAppFocusManagerTest.java57 private Looper mAppFocusServiceLooper; field in CarAppFocusManagerTest
81 mAppFocusServiceLooper = mCarAppFocusController.getLooper(); in setUp()
100 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in requestNavFocus_noCurrentFocus_callbackIsRun()
156 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in requestNavFocus_currentOwnerInBackground_callbackIsRun()
197 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in requestAppFocus_callingAppNotified()
211 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in requestAppFocus_otherAppNotified()
225 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in requestAppFocus_focusLost_otherAppRequest_callbackRun()
240 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in abandonAppFocus_callingAppNotified()
256 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in abandonAppFocus_otherAppNotified()
275 shadowOf(mAppFocusServiceLooper).runToEndOfTasks(); in gainAppFocus_multipleListenersRegistered_bothUnownedTrigger()