Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2683 final long gracePeriodMs = 15 * SECOND_IN_MILLIS; in testIsWithinEJQuotaLocked_TempAllowlisting() local
2684 setDeviceConfigLong(QcConstants.KEY_EJ_GRACE_PERIOD_TEMP_ALLOWLIST_MS, gracePeriodMs); in testIsWithinEJQuotaLocked_TempAllowlisting()
2728 final long gracePeriodMs = 15 * SECOND_IN_MILLIS; in testIsWithinEJQuotaLocked_TempAllowlisting_Restricted() local
2729 setDeviceConfigLong(QcConstants.KEY_EJ_GRACE_PERIOD_TEMP_ALLOWLIST_MS, gracePeriodMs); in testIsWithinEJQuotaLocked_TempAllowlisting_Restricted()
2774 final long gracePeriodMs = 15 * SECOND_IN_MILLIS; in testIsWithinEJQuotaLocked_TopApp() local
2775 setDeviceConfigLong(QcConstants.KEY_EJ_GRACE_PERIOD_TOP_APP_MS, gracePeriodMs); in testIsWithinEJQuotaLocked_TopApp()
4449 final long gracePeriodMs = 15 * SECOND_IN_MILLIS; in testTimerTracking_TempAllowlisting() local
4450 setDeviceConfigLong(QcConstants.KEY_EJ_GRACE_PERIOD_TEMP_ALLOWLIST_MS, gracePeriodMs); in testTimerTracking_TempAllowlisting()
4521 final long remainingGracePeriod = gracePeriodMs - elapsedGracePeriodMs; in testTimerTracking_TempAllowlisting()
4528 verify(handler, timeout(gracePeriodMs + 5 * SECOND_IN_MILLIS)).handleMessage(any()); in testTimerTracking_TempAllowlisting()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java2041 final long gracePeriodMs = properties.getLong(key,
2043 if (NETWORK_ACTIVATION_EXPIRATION_MS != gracePeriodMs) {
2044 NETWORK_ACTIVATION_EXPIRATION_MS = gracePeriodMs;