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
195 .setTicker(notificationText) // the status text in showNotification()
198 .setContentText(notificationText) // the contents of the entry in showNotification()
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java80 public static void updateNotification(Context context, String notificationText) { in updateNotification() argument
81 notification.setContentText(notificationText); in updateNotification()
DFindPhoneService.java95 String notificationText = alarmOn ? getString(R.string.turn_alarm_off) in onHandleIntent() local
97 FindPhoneActivity.updateNotification(this, notificationText); in onHandleIntent()