Searched refs:UNREASONABLY_LONG_ALARM_WAIT_MS (Results 1 – 1 of 1) sorted by relevance
312 private static final int UNREASONABLY_LONG_ALARM_WAIT_MS = 1000; field in ConnectivityServiceTest1293 if (delayMs > UNREASONABLY_LONG_ALARM_WAIT_MS) { in initAlarmManager()1294 fail("Attempting to send msg more than " + UNREASONABLY_LONG_ALARM_WAIT_MS in initAlarmManager()