Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java134 private final Map<OnAppFocusOwnershipCallback, IAppFocusOwnershipCallbackImpl>
262 IAppFocusOwnershipCallbackImpl binder; in isOwningFocus()
292 IAppFocusOwnershipCallbackImpl binder; in requestAppFocus()
296 binder = new IAppFocusOwnershipCallbackImpl(this, ownershipCallback); in requestAppFocus()
319 IAppFocusOwnershipCallbackImpl binder; in abandonAppFocus()
346 IAppFocusOwnershipCallbackImpl binder; in abandonAppFocus()
409 private static class IAppFocusOwnershipCallbackImpl extends IAppFocusOwnershipCallback.Stub { class in CarAppFocusManager
415 private IAppFocusOwnershipCallbackImpl(CarAppFocusManager manager, in IAppFocusOwnershipCallbackImpl() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl