Searched refs:gracePeriodMs (Results 1 – 2 of 2) sorted by relevance
2683 final long gracePeriodMs = 15 * SECOND_IN_MILLIS; in testIsWithinEJQuotaLocked_TempAllowlisting() local2684 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() local2729 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() local2775 setDeviceConfigLong(QcConstants.KEY_EJ_GRACE_PERIOD_TOP_APP_MS, gracePeriodMs); in testIsWithinEJQuotaLocked_TopApp()4449 final long gracePeriodMs = 15 * SECOND_IN_MILLIS; in testTimerTracking_TempAllowlisting() local4450 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 …]
2041 final long gracePeriodMs = properties.getLong(key,2043 if (NETWORK_ACTIVATION_EXPIRATION_MS != gracePeriodMs) {2044 NETWORK_ACTIVATION_EXPIRATION_MS = gracePeriodMs;