Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java135 mOwnershipBinders = new HashMap<>(); field in CarAppFocusManager
264 binder = mOwnershipBinders.get(callback); in isOwningFocus()
294 binder = mOwnershipBinders.get(ownershipCallback); in requestAppFocus()
297 mOwnershipBinders.put(ownershipCallback, binder); in requestAppFocus()
321 binder = mOwnershipBinders.get(ownershipCallback); in abandonAppFocus()
335 mOwnershipBinders.remove(ownershipCallback); in abandonAppFocus()
348 binder = mOwnershipBinders.remove(ownershipCallback); in abandonAppFocus()