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