Searched refs:mActiveSessions (Results 1 – 3 of 3) sorted by relevance
68 private final ArrayMap<Integer, ArrayMap<IBinder, ArraySet<AppHintSession>>> mActiveSessions; field in HintManagerService94 mActiveSessions = new ArrayMap<>(); in HintManagerService()264 ArrayMap<IBinder, ArraySet<AppHintSession>> tokenMap = mActiveSessions.get(uid); in onUidGone()289 ArrayMap<IBinder, ArraySet<AppHintSession>> tokenMap = mActiveSessions.get(uid); in onUidStateChanged()375 mActiveSessions.get(callingUid); in createHintSession()378 mActiveSessions.put(callingUid, tokenMap); in createHintSession()419 for (int i = 0; i < mActiveSessions.size(); i++) { in dump()420 pw.println("Uid " + mActiveSessions.keyAt(i).toString() + ":"); in dump()422 mActiveSessions.valueAt(i); in dump()525 ArrayMap<IBinder, ArraySet<AppHintSession>> tokenMap = mActiveSessions.get(mUid); in close()[all …]
90 private final Set<Session> mActiveSessions = new HashSet<>(); field in SoundTriggerModule123 mActiveSessions.add(session); in attach()142 callbacks = new ArrayList<>(mActiveSessions.size()); in binderDied()143 for (Session session : mActiveSessions) { in binderDied()146 mActiveSessions.clear(); in binderDied()194 mActiveSessions.remove(session); in removeSession()201 callbacks = new ArrayList<>(mActiveSessions.size()); in onResourcesAvailable()202 for (Session session : mActiveSessions) { in onResourcesAvailable()
158 final ArrayList<WeakReference<Session>> mActiveSessions = new ArrayList<>(); field in ApplicationsState807 mActiveSessions.clear(); in rebuildActiveSessions()811 mActiveSessions.add(new WeakReference<>(s)); in rebuildActiveSessions()1063 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1071 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1079 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1087 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1096 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1104 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1113 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()[all …]