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