Home
last modified time | relevance | path

Searched refs:NotificationUtils (Results 1 – 17 of 17) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java18 import static com.android.deskclock.NotificationUtils.ALARM_MISSED_NOTIFICATION_CHANNEL_ID;
19 import static com.android.deskclock.NotificationUtils.ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID;
20 import static com.android.deskclock.NotificationUtils.ALARM_UPCOMING_NOTIFICATION_CHANNEL_ID;
21 import static com.android.deskclock.NotificationUtils.FIRING_NOTIFICATION_CHANNEL_ID;
42 import com.android.deskclock.NotificationUtils;
142 NotificationUtils.createChannel(context, ALARM_UPCOMING_NOTIFICATION_CHANNEL_ID); in showUpcomingNotification()
218 NotificationUtils.createChannel(context, ALARM_UPCOMING_NOTIFICATION_CHANNEL_ID); in updateUpcomingAlarmGroupNotification()
253 NotificationUtils.createChannel(context, ALARM_MISSED_NOTIFICATION_CHANNEL_ID); in updateMissedAlarmGroupNotification()
308 NotificationUtils.createChannel(context, ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID); in showSnoozeNotification()
355 NotificationUtils.createChannel(context, ALARM_MISSED_NOTIFICATION_CHANNEL_ID); in showMissedNotification()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java19 import static com.android.deskclock.NotificationUtils.FIRING_NOTIFICATION_CHANNEL_ID;
20 import static com.android.deskclock.NotificationUtils.TIMER_MODEL_NOTIFICATION_CHANNEL_ID;
40 import com.android.deskclock.NotificationUtils;
217 NotificationUtils.createChannel(context, TIMER_MODEL_NOTIFICATION_CHANNEL_ID); in build()
300 NotificationUtils.createChannel(context, FIRING_NOTIFICATION_CHANNEL_ID); in buildHeadsUp()
381 NotificationUtils.createChannel(context, TIMER_MODEL_NOTIFICATION_CHANNEL_ID); in buildMissed()
DStopwatchNotificationBuilder.java19 import static com.android.deskclock.NotificationUtils.STOPWATCH_NOTIFICATION_CHANNEL_ID;
37 import com.android.deskclock.NotificationUtils;
155 NotificationUtils.createChannel(context, STOPWATCH_NOTIFICATION_CHANNEL_ID); in build()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java31 import com.android.car.notification.NotificationUtils;
205 NotificationUtils.isSystemApp(mContext, getStatusBarNotification()); in canChangeCardBackgroundColor()
206 boolean isSignedWithPlatformKey = NotificationUtils.isSignedWithPlatformKey(mContext, in canChangeCardBackgroundColor()
DCarNotificationHeaderView.java40 import com.android.car.notification.NotificationUtils;
214 if (NotificationUtils.isSystemOrPlatformKey(mContext, statusBarNotification) in loadHeaderAppName()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmInitReceiver.java28 import com.android.deskclock.NotificationUtils;
78 NotificationUtils.updateNotificationChannels(context); in onReceive()
DNotificationUtils.java35 public class NotificationUtils { class
37 private static final String TAG = NotificationUtils.class.getSimpleName();
DAlarmInitReceiver.kt66 NotificationUtils.updateNotificationChannels(context) in onReceive()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationUtils.java36 final class NotificationUtils { class
37 private NotificationUtils() { in NotificationUtils() method in NotificationUtils
DInCallNotificationController.java135 mNotificationFuture = NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, number) in showInCallNotification()
DMissedCallNotificationController.java147 updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java26 public class NotificationUtils { class
29 private NotificationUtils() { in NotificationUtils() method in NotificationUtils
DPreprocessingManager.java240 && NotificationUtils.isSystemPrivilegedOrPlatformKey(mContext, in isLessImportantForegroundNotification()
DCarHeadsUpNotificationManager.java734 if (NotificationUtils.isSystemPrivilegedOrPlatformKey(mContext, in shouldShowHeadsUp()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationBroadcastReceiver.java29 NotificationUtils.onReceiveDirectReply(context, intent); in onReceive()
DEditTextVariations.java166 if (NotificationUtils.DIRECT_REPLY_SUPPORTED) { in onCreateOptionsMenu()
202 NotificationUtils.sendDirectReplyNotification(this); in onOptionsItemSelected()
DNotificationUtils.java34 final class NotificationUtils { class