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