Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/CarLibTests/src/android/car/
H A DCarAppFocusManagerTest.java69 @Mock OnAppFocusChangedListener mApp2Listener; field in CarAppFocusManagerTest
207 .addFocusListener(mApp2Listener, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION); in requestAppFocus_otherAppNotified()
213 verify(mApp2Listener) in requestAppFocus_otherAppNotified()
250 .addFocusListener(mApp2Listener, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION); in abandonAppFocus_otherAppNotified()
258 verify(mApp2Listener) in abandonAppFocus_otherAppNotified()
269 .addFocusListener(mApp2Listener, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION); in gainAppFocus_multipleListenersRegistered_bothUnownedTrigger()
279 verify(mApp2Listener) in gainAppFocus_multipleListenersRegistered_bothUnownedTrigger()