Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java599 final int historicalCount = mHistoricalSessionsByInstaller.get(callingUid); in createSessionInternal() local
600 if (historicalCount >= MAX_HISTORICAL_SESSIONS) { in createSessionInternal()