HomeSort by relevance Sort by last modified time
    Searched defs:setLatestEventInfo (Results 1 - 25 of 48) sorted by null

1 2

  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 57 notification.setLatestEventInfo(
SmsRejectedReceiver.java 80 notification.setLatestEventInfo(
  /frameworks/base/services/java/com/android/server/status/
StorageNotification.java 314 mUsbStorageNotification.setLatestEventInfo(mContext, title, message, pi);
385 mMediaStorageNotification.setLatestEventInfo(mContext, title, message, pi);
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 124 notification.setLatestEventInfo(mContext, "notify#" + id, "This is #" + id
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 111 notification.setLatestEventInfo(this, getText(R.string.alarm_service_label),
LocalService.java 109 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
MessengerService.java 161 notification.setLatestEventInfo(this, getText(R.string.remote_service_label),
NotifyingService.java 110 notification.setLatestEventInfo(this, getText(R.string.status_bar_notifications_mood_title),
ForegroundService.java 168 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
IncomingMessage.java 98 notif.setLatestEventInfo(this, from, message, contentIntent);
StatusBarNotifications.java 172 notification.setLatestEventInfo(this, getText(R.string.status_bar_notifications_mood_title),
224 notification.setLatestEventInfo(
RemoteService.java 190 notification.setLatestEventInfo(this, getText(R.string.remote_service_label),
ServiceStartArguments.java 186 notification.setLatestEventInfo(this, getText(R.string.service_start_arguments_label),
  /packages/apps/Email/src/com/android/exchange/
CalendarSyncEnabler.java 104 n.setLatestEventInfo(mContext, tickerText, emailAddresses, launchCalendarPendingIntent);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 86 notification.setLatestEventInfo(context,
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 354 outNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
401 inNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
442 n.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(mContext, 0,
  /packages/apps/Calendar/src/com/android/calendar/
AlertReceiver.java 144 notification.setLatestEventInfo(context,
  /frameworks/base/core/java/android/app/
Notification.java 278 * @deprecated use {@link #Notification(int,CharSequence,long)} and {@link #setLatestEventInfo}.
287 setLatestEventInfo(context, contentTitle, contentText,
432 public void setLatestEventInfo(Context context,
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 176 n.setLatestEventInfo(this, label,
AlarmReceiver.java 143 n.setLatestEventInfo(context, label,
183 n.setLatestEventInfo(context, label,
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 410 notification.setLatestEventInfo(mContext, title, text, contentIntent);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 179 n.setLatestEventInfo(this, label,
AlarmReceiver.java 143 n.setLatestEventInfo(context, label,
183 n.setLatestEventInfo(context, label,
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 186 notification.setLatestEventInfo(this, getText(R.string.phone_in_ecm_notification_title),
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 315 notification.setLatestEventInfo(mContext, title, details, intent);

Completed in 276 milliseconds

1 2