Searched defs:sessions (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionStorage.java45 private static final String SESSION_TABLE = "sessions";
133 void getAllSessions(ConcurrentHashMap<String, BordeauxSessionManager.Session> sessions) { argument
140 sessions.put(key, session);
144 // remove all sessions that have the key that matches the given sql regular
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java928 // but the sessions will still be in the persistent cache.
986 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in class:SSLSocketTest.FakeClientSessionCache
990 return sessions.get(host);
997 sessions.put(host, sessionData);
1030 // but the sessions will still be in the persistent cache.
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java108 // TODO: remove outstanding sessions when installer package goes away
110 // TODO: purge expired sessions periodically in addition to at reboot
113 private static final String TAG_SESSIONS = "sessions";
136 /** Automatically destroy sessions older than this */
138 /** Upper bound on number of active sessions for a UID */
140 /** Upper bound on number of historical sessions for a UID */
175 /** Historical sessions kept around for debugging purposes */
217 // Ignore stages and icons claimed by active sessions
250 // Ignore stages claimed by active sessions
346 // Missing sessions ar
791 getSessionCount(SparseArray<PackageInstallerSession> sessions, int installerUid) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp608 uint32_t sessions = t->hasAudioSession(lSessionId); local
609 if (sessions & PlaybackThread::EFFECT_SESSION) {
1243 ALOGV("%d died, releasing its sessions", pid);
1660 uint32_t sessions = thread->hasAudioSession(sessionId); local
1661 if (sessions & PlaybackThread::TRACK_SESSION) {

Completed in 2346 milliseconds