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.java274 String label = timer.getLabelOrDefault(context); in showInUseNotification()
463 .setContentTitle(timerObj.getLabelOrDefault(context)) in showTimesUpNotification()
477 + timerObj.getLabelOrDefault(context) + " #" + timerObj.mTimerId); in showTimesUpNotification()
491 + timerObj.getLabelOrDefault(context) + " #" + timerObj.mTimerId); in cancelTimesUpNotification()
DTimerObj.java231 public String getLabelOrDefault(Context context) { in getLabelOrDefault() method in TimerObj
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java114 .setContentTitle(instance.getLabelOrDefault(context)) in showSnoozeNotification()
183 .setContentTitle(instance.getLabelOrDefault(context)) in showAlarmNotification()
DAlarmActivity.java212 titleView.setText(mAlarmInstance.getLabelOrDefault(this)); in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarm.java285 public String getLabelOrDefault(Context context) { in getLabelOrDefault() method in Alarm
DAlarmInstance.java346 public String getLabelOrDefault(Context context) { in getLabelOrDefault() method in AlarmInstance