Home
last modified time | relevance | path

Searched refs:MAX_SESSION_COUNT_RARE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java3439 public int MAX_SESSION_COUNT_RARE = DEFAULT_MAX_SESSION_COUNT_RARE; field in QuotaController.QcConstants
3744 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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java561 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()