Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java145 binder.addAppType(appType); in addFocusListener()
258 binder.addAppType(appType); in requestAppFocus()
339 public void addAppType(@AppFocusType int appType) { in addAppType() method in CarAppFocusManager.IAppFocusListenerImpl
380 public void addAppType(@AppFocusType int appType) { in addAppType() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java76 info.addAppType(appType); in registerFocusListener()
371 private synchronized boolean addAppType(Integer appType) { in addAppType() method in AppFocusService.ClientInfo