Searched refs:mAllOwnershipClients (Results 1 – 1 of 1) sorted by relevance
48 private final OwnershipClientHolder mAllOwnershipClients; field in AppFocusService64 mAllOwnershipClients = new OwnershipClientHolder(this); in AppFocusService()106 (OwnershipClientInfo) mAllOwnershipClients.getBinderInterface(callback); in isOwningFocus()118 (OwnershipClientInfo) mAllOwnershipClients.getBinderInterface(callback); in requestAppFocus()120 info = new OwnershipClientInfo(mAllOwnershipClients, callback, in requestAppFocus()122 mAllOwnershipClients.addBinderInterface(info); in requestAppFocus()175 (OwnershipClientInfo) mAllOwnershipClients.getBinderInterface(callback); in abandonAppFocus()231 mAllOwnershipClients.clear(); in release()252 mAllOwnershipClients.getInterfaces()) { in dump()