Searched refs:IAppFocusOwnershipCallbackImpl (Results 1 – 1 of 1) sorted by relevance
124 private final Map<OnAppFocusOwnershipCallback, IAppFocusOwnershipCallbackImpl>229 IAppFocusOwnershipCallbackImpl binder; in isOwningFocus()259 IAppFocusOwnershipCallbackImpl binder; in requestAppFocus()263 binder = new IAppFocusOwnershipCallbackImpl(this, ownershipCallback); in requestAppFocus()286 IAppFocusOwnershipCallbackImpl binder; in abandonAppFocus()313 IAppFocusOwnershipCallbackImpl binder; in abandonAppFocus()376 private static class IAppFocusOwnershipCallbackImpl extends IAppFocusOwnershipCallback.Stub { class in CarAppFocusManager382 private IAppFocusOwnershipCallbackImpl(CarAppFocusManager manager, in IAppFocusOwnershipCallbackImpl() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl