Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java70 .setContentText(AlarmUtils.getAlarmText(context, instance)) in showLowPriorityNotification()
111 .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