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.java125 mOwnershipBinders = new HashMap<>(); field in CarAppFocusManager
231 binder = mOwnershipBinders.get(callback); in isOwningFocus()
261 binder = mOwnershipBinders.get(ownershipCallback); in requestAppFocus()
264 mOwnershipBinders.put(ownershipCallback, binder); in requestAppFocus()
288 binder = mOwnershipBinders.get(ownershipCallback); in abandonAppFocus()
302 mOwnershipBinders.remove(ownershipCallback); in abandonAppFocus()
315 binder = mOwnershipBinders.remove(ownershipCallback); in abandonAppFocus()