Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
DAlertNotificationReceiver.java53 long alertTimeMs = intent.getLongExtra(AlertNotificationHelper.EXTRA_KEY_ALERT_TIME_MS, in onReceive() local
61 private void scheduleSnooze(Context context, String title, String text, long alertTimeMs, in scheduleSnooze()
75 String text, long alertTimeMs, int notificationId) { in createSnoozePendingIntent()
DAlertNotificationHelper.java50 long alertTimeMs, int notificationId) { in createRadioAlertNotification()
77 int notificationId, String title, String text, long alertTimeMs) { in createPendingIntent()
DAlertSnoozeReceiver.java48 long alertTimeMs = intent.getLongExtra(AlertNotificationHelper.EXTRA_KEY_ALERT_TIME_MS, in onReceive() local