Home
last modified time | relevance | path

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

/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java182 CharSequence notificationText = getText(R.string.alarm_service_started); in showNotification() local
187 notificationText, // the status text in showNotification()
204 notificationText, // The text to use as the contents of the entry in showNotification()
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java81 public static void updateNotification(Context context, String notificationText) { in updateNotification() argument
82 notification.setContentText(notificationText); in updateNotification()
DFindPhoneService.java92 String notificationText = alarmOn ? getString(R.string.turn_alarm_off) in onHandleIntent() local
94 FindPhoneActivity.updateNotification(this, notificationText); in onHandleIntent()