Searched refs:notificationText (Results 1 – 3 of 3) sorted by relevance
182 CharSequence notificationText = getText(R.string.alarm_service_started); in showNotification() local187 notificationText, // the status text in showNotification()204 notificationText, // The text to use as the contents of the entry in showNotification()
81 public static void updateNotification(Context context, String notificationText) { in updateNotification() argument82 notification.setContentText(notificationText); in updateNotification()
92 String notificationText = alarmOn ? getString(R.string.turn_alarm_off) in onHandleIntent() local94 FindPhoneActivity.updateNotification(this, notificationText); in onHandleIntent()