Searched refs:UNREASONABLY_LONG_ALARM_WAIT_MS (Results 1 – 2 of 2) sorted by relevance
130 private val UNREASONABLY_LONG_ALARM_WAIT_MS = 1000 constant138 if (delayMs > UNREASONABLY_LONG_ALARM_WAIT_MS) { in makeMockAlarmManager()139 fail("Attempting to send msg more than $UNREASONABLY_LONG_ALARM_WAIT_MS" + in makeMockAlarmManager()
540 private static final int UNREASONABLY_LONG_ALARM_WAIT_MS = 2_000; field in ConnectivityServiceTest2401 if (delayMs > UNREASONABLY_LONG_ALARM_WAIT_MS) {2402 fail("Attempting to send msg more than " + UNREASONABLY_LONG_ALARM_WAIT_MS3037 mService.mLingerDelayMs = UNREASONABLY_LONG_ALARM_WAIT_MS;3074 net1.expectDisconnected(UNREASONABLY_LONG_ALARM_WAIT_MS);3111 net2.expectDisconnected(UNREASONABLY_LONG_ALARM_WAIT_MS);