Searched refs:getSessionCount (Results 1 – 1 of 1) sorted by relevance
658 final int activeCount = getSessionCount(mSessions, callingUid); in createSessionInternal()663 final int historicalCount = getSessionCount(mHistoricalSessions, callingUid); in createSessionInternal()927 private static int getSessionCount(SparseArray<PackageInstallerSession> sessions, in getSessionCount() method in PackageInstallerService