Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java68 void onAppFocusOwnershipLost(@AppFocusType int appType); in onAppFocusOwnershipLost() method
405 public void onAppFocusOwnershipLost(final @AppFocusType int appType) { in onAppFocusOwnershipLost() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl
412 callback.onAppFocusOwnershipLost(appType); in onAppFocusOwnershipLost()
DIAppFocusOwnershipCallback.aidl21 void onAppFocusOwnershipLost(int appType) = 0; in onAppFocusOwnershipLost() method
/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java111 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() method in AppFocusTest.FocusOwnershipCallback
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java165 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() method in AppFocusServiceTest.AppFocusOwnershipCallback
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarNavigationManagerTest.java141 public void onAppFocusOwnershipLost(int focus) { in testSendEvent()
DCarAppFocusManagerTest.java369 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() method in CarAppFocusManagerTest.FocusOwnershipCallback
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarAppFocusManagerTest.java228 .onAppFocusOwnershipLost(eq(CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION)); in requestAppFocus_focusLost_otherAppRequest_callbackRun()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
DInstrumentClusterFragment.java93 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java351 callback.onAppFocusOwnershipLost(appType); in dispatchAppFocusOwnershipLoss()
/packages/services/Car/car-lib/api/released/
D2.txt45 method public abstract void onAppFocusOwnershipLost(int);
D1.txt45 method public abstract void onAppFocusOwnershipLost(int);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioTestFragment.java169 public void onAppFocusOwnershipLost(int focus) {
/packages/services/Car/car-lib/api/
Dcurrent.txt78 method public void onAppFocusOwnershipLost(int);