Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java181 binder.removeAppType(appType); in removeFocusListener()
300 binder.removeAppType(appType); in abandonAppFocus()
351 public void removeAppType(@AppFocusType int appType) { in removeAppType() method in CarAppFocusManager.IAppFocusListenerImpl
392 public void removeAppType(@AppFocusType int appType) { in removeAppType() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java109 info.removeAppType(appType); in unregisterFocusListener()
413 private boolean removeAppType(Integer appType) { in removeAppType() method in AppFocusService.ClientInfo