Home
last modified time | relevance | path

Searched refs:getSessionCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java658 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