Searched refs:historicalCount (Results 1 – 1 of 1) sorted by relevance
599 final int historicalCount = mHistoricalSessionsByInstaller.get(callingUid); in createSessionInternal() local600 if (historicalCount >= MAX_HISTORICAL_SESSIONS) { in createSessionInternal()