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.java124 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 CarAppFocusManager
382 private IAppFocusOwnershipCallbackImpl(CarAppFocusManager manager, in IAppFocusOwnershipCallbackImpl() method in CarAppFocusManager.IAppFocusOwnershipCallbackImpl