Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarAppFocusManagerTest.java71 @Mock private OnAppFocusChangedListener mApp2Listener; field in CarAppFocusManagerTest
221 .addFocusListener(mApp2Listener, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION); in requestAppFocus_otherAppNotified()
226 verify(mApp2Listener, timeout(DEFAULT_TIMEOUT_MS)) in requestAppFocus_otherAppNotified()
261 .addFocusListener(mApp2Listener, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION); in abandonAppFocus_otherAppNotified()
268 verify(mApp2Listener, timeout(DEFAULT_TIMEOUT_MS)) in abandonAppFocus_otherAppNotified()
279 .addFocusListener(mApp2Listener, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION); in gainAppFocus_multipleListenersRegistered_bothUnownedTrigger()
288 verify(mApp2Listener, timeout(DEFAULT_TIMEOUT_MS)) in gainAppFocus_multipleListenersRegistered_bothUnownedTrigger()