Searched defs:alertTimeMs (Results 1 – 3 of 3) sorted by relevance
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/ |
| D | AlertNotificationReceiver.java | 53 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()
|
| D | AlertNotificationHelper.java | 50 long alertTimeMs, int notificationId) { in createRadioAlertNotification() 77 int notificationId, String title, String text, long alertTimeMs) { in createPendingIntent()
|
| D | AlertSnoozeReceiver.java | 48 long alertTimeMs = intent.getLongExtra(AlertNotificationHelper.EXTRA_KEY_ALERT_TIME_MS, in onReceive() local
|