Searched refs:mActiveSessions (Results 1 – 4 of 4) sorted by relevance
55 private final ArrayMap<Integer, ArrayMap<IBinder, AppHintSession>> mActiveSessions; field in HintManagerService75 mActiveSessions = new ArrayMap<>(); in HintManagerService()204 ArrayMap<IBinder, AppHintSession> tokenMap = mActiveSessions.get(uid); in onUidGone()234 ArrayMap<IBinder, AppHintSession> tokenMap = mActiveSessions.get(uid); in onUidStateChanged()313 ArrayMap<IBinder, AppHintSession> tokenMap = mActiveSessions.get(callingUid); in createHintSession()316 mActiveSessions.put(callingUid, tokenMap); in createHintSession()340 for (int i = 0; i < mActiveSessions.size(); i++) { in dump()341 pw.println("Uid " + mActiveSessions.keyAt(i).toString() + ":"); in dump()342 ArrayMap<IBinder, AppHintSession> tokenMap = mActiveSessions.valueAt(i); in dump()435 ArrayMap<IBinder, AppHintSession> tokenMap = mActiveSessions.get(mUid); in close()[all …]
36 private List<RoutingSessionInfo> mActiveSessions; field in ShadowRouter2Manager59 return mActiveSessions; in getActiveSessions()63 mActiveSessions = infos; in setActiveSessions()
96 private final Set<Session> mActiveSessions = new HashSet<>(); field in SoundTriggerModule133 mActiveSessions.add(session); in attach()171 for (Session session : mActiveSessions) { in setExternalCaptureState()179 for (Session session : mActiveSessions) { in setExternalCaptureState()189 callbacks = new ArrayList<>(mActiveSessions.size()); in serviceDied()190 for (Session session : mActiveSessions) { in serviceDied()193 mActiveSessions.clear(); in serviceDied()232 mActiveSessions.remove(session); in removeSession()
148 final ArrayList<WeakReference<Session>> mActiveSessions = new ArrayList<>(); field in ApplicationsState766 mActiveSessions.clear(); in rebuildActiveSessions()770 mActiveSessions.add(new WeakReference<>(s)); in rebuildActiveSessions()997 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1005 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1013 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1021 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1030 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1038 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1047 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()[all …]