Searched refs:IAppFocusOwnershipCallbackImpl (Results 1 – 1 of 1) sorted by relevance
126 private final Map<OnAppFocusOwnershipCallback, IAppFocusOwnershipCallbackImpl>247 IAppFocusOwnershipCallbackImpl binder; in isOwningFocus()277 IAppFocusOwnershipCallbackImpl binder; in requestAppFocus()281 binder = new IAppFocusOwnershipCallbackImpl(this, ownershipCallback); in requestAppFocus()304 IAppFocusOwnershipCallbackImpl binder; in abandonAppFocus()331 IAppFocusOwnershipCallbackImpl binder; in abandonAppFocus()394 private static class IAppFocusOwnershipCallbackImpl extends IAppFocusOwnershipCallback.Stub { class in CarAppFocusManager400 private IAppFocusOwnershipCallbackImpl(CarAppFocusManager manager, in IAppFocusOwnershipCallbackImpl() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl