Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/
DCSTestHelpers.kt130 private val UNREASONABLY_LONG_ALARM_WAIT_MS = 1000 constant
138 if (delayMs > UNREASONABLY_LONG_ALARM_WAIT_MS) { in makeMockAlarmManager()
139 fail("Attempting to send msg more than $UNREASONABLY_LONG_ALARM_WAIT_MS" + in makeMockAlarmManager()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java540 private static final int UNREASONABLY_LONG_ALARM_WAIT_MS = 2_000; field in ConnectivityServiceTest
2401 if (delayMs > UNREASONABLY_LONG_ALARM_WAIT_MS) {
2402 fail("Attempting to send msg more than " + UNREASONABLY_LONG_ALARM_WAIT_MS
3037 mService.mLingerDelayMs = UNREASONABLY_LONG_ALARM_WAIT_MS;
3074 net1.expectDisconnected(UNREASONABLY_LONG_ALARM_WAIT_MS);
3111 net2.expectDisconnected(UNREASONABLY_LONG_ALARM_WAIT_MS);