Searched refs:mAllocatedSessions (Results 1 – 1 of 1) sorted by relevance
161 private final SparseBooleanArray mAllocatedSessions = new SparseBooleanArray(); field in PackageInstallerService332 mAllocatedSessions.put(session.sessionId, true); in readSessionsLocked()625 if (!mAllocatedSessions.get(sessionId, false)) { in allocateSessionIdLocked()626 mAllocatedSessions.put(sessionId, true); in allocateSessionIdLocked()