HomeSort by relevance Sort by last modified time
    Searched refs:notificationText (Results 1 - 20 of 20) sorted by null

  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 182 CharSequence notificationText = getText(R.string.alarm_service_started);
195 .setTicker(notificationText) // the status text
198 .setContentText(notificationText) // the contents of the entry
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 78 * @param notificationText The new text to display on the wearable notification.
80 public static void updateNotification(Context context, String notificationText) {
81 notification.setContentText(notificationText);
FindPhoneService.java 95 String notificationText = alarmOn ? getString(R.string.turn_alarm_off)
97 FindPhoneActivity.updateNotification(this, notificationText);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 78 * @param notificationText The new text to display on the wearable notification.
80 public static void updateNotification(Context context, String notificationText) {
81 notification.setContentText(notificationText);
FindPhoneService.java 95 String notificationText = alarmOn ? getString(R.string.turn_alarm_off)
97 FindPhoneActivity.updateNotification(this, notificationText);
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneActivity.java 78 * @param notificationText The new text to display on the wearable notification.
80 public static void updateNotification(Context context, String notificationText) {
81 notification.setContentText(notificationText);
FindPhoneService.java 95 String notificationText = alarmOn ? getString(R.string.turn_alarm_off)
97 FindPhoneActivity.updateNotification(this, notificationText);
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 297 String notificationText;
301 notificationText = mContext.getString(
306 notificationText = mContext.getString(
313 notificationText = subInfo.getDisplayName().toString();
315 notificationText = String.format(
341 .setContentText(notificationText)
  /device/google/marlin/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
location_service_v02.c 284 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText),
286 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText) - QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText_len),
    [all...]
location_service_v02.h     [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
location_service_v02.h     [all...]
location_service_v02.c 284 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText),
286 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText) - QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText_len),
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
location_service_v02.h     [all...]
location_service_v02.c 284 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText),
286 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText) - QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText_len),
    [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
LocApiV02.cpp     [all...]
location_service_v02.h     [all...]
location_service_v02.c 285 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText),
287 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText) - QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, notificationText_len),
    [all...]

Completed in 1182 milliseconds