Searched refs:notificationText (Results 1 – 3 of 3) sorted by relevance
182 CharSequence notificationText = getText(R.string.alarm_service_started); in showNotification() local195 .setTicker(notificationText) // the status text in showNotification()198 .setContentText(notificationText) // the contents of the entry in showNotification()
80 public static void updateNotification(Context context, String notificationText) { in updateNotification() argument81 notification.setContentText(notificationText); in updateNotification()
95 String notificationText = alarmOn ? getString(R.string.turn_alarm_off) in onHandleIntent() local97 FindPhoneActivity.updateNotification(this, notificationText); in onHandleIntent()