Home
last modified time | relevance | path

Searched defs:remainingTimeMs (Results 1 – 1 of 1) sorted by relevance

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/
DEmergencyActionForegroundService.java89 long remainingTimeMs = intent.getLongExtra(SERVICE_EXTRA_REMAINING_TIME_MS, -1); in onStartCommand() local
129 Context context, long remainingTimeMs, int userSetAlarmVolume) { in newStartCountdownIntent()
153 private static Notification buildCountDownNotification(Context context, long remainingTimeMs) { in buildCountDownNotification()
187 private void scheduleEmergencyCallBroadcast(long remainingTimeMs) { in scheduleEmergencyCallBroadcast()