Searched refs:MAX_SESSION_COUNT_RARE (Results 1 – 2 of 2) sorted by relevance
3439 public int MAX_SESSION_COUNT_RARE = DEFAULT_MAX_SESSION_COUNT_RARE; field in QuotaController.QcConstants3744 MAX_SESSION_COUNT_RARE = properties.getInt(key, DEFAULT_MAX_SESSION_COUNT_RARE); in processConstantLocked()3746 Math.max(MIN_BUCKET_SESSION_COUNT, MAX_SESSION_COUNT_RARE); in processConstantLocked()4244 pw.print(KEY_MAX_SESSION_COUNT_RARE, MAX_SESSION_COUNT_RARE).println(); in dump()4313 proto.write(ConstantsProto.QuotaController.MAX_SESSION_COUNT_RARE, in dump()4314 MAX_SESSION_COUNT_RARE); in dump()
561 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testOnAppRemovedLocked()622 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testOnUserRemovedLocked()858 mQcConstants.MAX_SESSION_COUNT_RARE; in testUpdateExecutionStatsLocked_WithTimer()1005 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testGetExecutionStatsLocked_Values()1074 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testGetExecutionStatsLocked_Values_BeginningOfTime()