Searched refs:mOwnershipBinders (Results 1 – 1 of 1) sorted by relevance
125 mOwnershipBinders = new HashMap<>(); field in CarAppFocusManager231 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()