Home
last modified time | relevance | path

Searched refs:getAlarmText (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java43 .setContentText(AlarmUtils.getAlarmText(context, instance, in showLowPriorityNotification()
81 .setContentText(AlarmUtils.getAlarmText(context, instance, in showHighPriorityNotification()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmUtils.java45 public static String getAlarmText(Context context, AlarmInstance instance, in getAlarmText() method in AlarmUtils
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DAlarmTimeViewHolder.java109 AlarmUtils.getAlarmText(context, alarmInstance, false)) in bindPreemptiveDismissButton()