Home
last modified time | relevance | path

Searched refs:getLabelOrDefault (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java261 String label = timer.getLabelOrDefault(context); in showInUseNotification()
456 .setContentTitle(timerObj.getLabelOrDefault(context)) in showTimesUpNotification()
475 + timerObj.getLabelOrDefault(context) + " #" + timerObj.mTimerId); in showTimesUpNotification()
491 + timerObj.getLabelOrDefault(context) + " #" + timerObj.mTimerId); in cancelTimesUpNotification()
DTimerObj.java220 public String getLabelOrDefault(Context context) { in getLabelOrDefault() method in TimerObj
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java144 .setContentTitle(instance.getLabelOrDefault(context)) in showSnoozeNotification()
216 .setContentTitle(instance.getLabelOrDefault(context)) in showAlarmNotification()
DAlarmActivity.java194 titleView.setText(mAlarmInstance.getLabelOrDefault(this)); in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarm.java277 public String getLabelOrDefault(Context context) { in getLabelOrDefault() method in Alarm
DAlarmInstance.java294 public String getLabelOrDefault(Context context) { in getLabelOrDefault() method in AlarmInstance