Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppContextService.java42 private final HashMap<Integer, ClientInfo> mContextOwners = new HashMap<>(); field in AppContextService
112 ClientInfo ownerInfo = mContextOwners.get(c); in setActiveContexts()
126 mContextOwners.put(c, info); in setActiveContexts()
169 mContextOwners.remove(c); in resetActiveContexts()
201 mContextOwners.clear(); in release()
234 if (mContextOwners.containsKey(context)) { in isContextOwner()
235 ClientInfo clientInfo = mContextOwners.get(context); in isContextOwner()