Searched refs:MAX_SESSION_COUNT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
3421 public int MAX_SESSION_COUNT_ACTIVE = DEFAULT_MAX_SESSION_COUNT_ACTIVE; field in QuotaController.QcConstants3714 MAX_SESSION_COUNT_ACTIVE = in processConstantLocked()3717 Math.max(MIN_BUCKET_SESSION_COUNT, MAX_SESSION_COUNT_ACTIVE); in processConstantLocked()4241 pw.print(KEY_MAX_SESSION_COUNT_ACTIVE, MAX_SESSION_COUNT_ACTIVE).println(); in dump()4307 proto.write(ConstantsProto.QuotaController.MAX_SESSION_COUNT_ACTIVE, in dump()4308 MAX_SESSION_COUNT_ACTIVE); in dump()
955 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_ACTIVE; in testGetExecutionStatsLocked_Values()1038 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_ACTIVE; in testGetExecutionStatsLocked_Values_BeginningOfTime()