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