/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 18 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/ |
D | TimerNotificationBuilder.java | 19 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()
|
D | StopwatchNotificationBuilder.java | 19 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/ |
D | CarNotificationBaseViewHolder.java | 31 import com.android.car.notification.NotificationUtils; 205 NotificationUtils.isSystemApp(mContext, getStatusBarNotification()); in canChangeCardBackgroundColor() 206 boolean isSignedWithPlatformKey = NotificationUtils.isSignedWithPlatformKey(mContext, in canChangeCardBackgroundColor()
|
D | CarNotificationHeaderView.java | 40 import com.android.car.notification.NotificationUtils; 214 if (NotificationUtils.isSystemOrPlatformKey(mContext, statusBarNotification) in loadHeaderAppName()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmInitReceiver.java | 28 import com.android.deskclock.NotificationUtils; 78 NotificationUtils.updateNotificationChannels(context); in onReceive()
|
D | NotificationUtils.java | 35 public class NotificationUtils { class 37 private static final String TAG = NotificationUtils.class.getSimpleName();
|
D | AlarmInitReceiver.kt | 66 NotificationUtils.updateNotificationChannels(context) in onReceive()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | NotificationUtils.java | 36 final class NotificationUtils { class 37 private NotificationUtils() { in NotificationUtils() method in NotificationUtils
|
D | InCallNotificationController.java | 135 mNotificationFuture = NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, number) in showInCallNotification()
|
D | MissedCallNotificationController.java | 147 updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationUtils.java | 26 public class NotificationUtils { class 29 private NotificationUtils() { in NotificationUtils() method in NotificationUtils
|
D | PreprocessingManager.java | 240 && NotificationUtils.isSystemPrivilegedOrPlatformKey(mContext, in isLessImportantForegroundNotification()
|
D | CarHeadsUpNotificationManager.java | 734 if (NotificationUtils.isSystemPrivilegedOrPlatformKey(mContext, in shouldShowHeadsUp()
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | NotificationBroadcastReceiver.java | 29 NotificationUtils.onReceiveDirectReply(context, intent); in onReceive()
|
D | EditTextVariations.java | 166 if (NotificationUtils.DIRECT_REPLY_SUPPORTED) { in onCreateOptionsMenu() 202 NotificationUtils.sendDirectReplyNotification(this); in onOptionsItemSelected()
|
D | NotificationUtils.java | 34 final class NotificationUtils { class
|