Searched refs:IAppFocusOwnershipCallbackImpl (Results 1 – 1 of 1) sorted by relevance
134 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 CarAppFocusManager415 private IAppFocusOwnershipCallbackImpl(CarAppFocusManager manager, in IAppFocusOwnershipCallbackImpl() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl