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

1 2 3

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 32 status.setLatestEventInfo(this, "Scheduler Test running",
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 57 notification.setLatestEventInfo(
SmsRejectedReceiver.java 80 notification.setLatestEventInfo(
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 76 notification.setLatestEventInfo(mContext, "notify#" + id, "This is #" + id
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 201 mNotification.setLatestEventInfo(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 111 notification.setLatestEventInfo(this, getText(R.string.alarm_service_label),
IncomingMessage.java 129 notif.setLatestEventInfo(this, from, message, contentIntent);
182 notif.setLatestEventInfo(this, from, message, contentIntent);
LocalService.java 113 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
MessengerService.java 161 notification.setLatestEventInfo(this, getText(R.string.remote_service_label),
NotifyingService.java 109 notification.setLatestEventInfo(this, getText(R.string.status_bar_notifications_mood_title),
StatusBarNotifications.java 205 notification.setLatestEventInfo(this, getText(R.string.status_bar_notifications_mood_title),
256 notification.setLatestEventInfo(
ForegroundService.java 178 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
RemoteService.java 195 notification.setLatestEventInfo(this, getText(R.string.remote_service_label),
ServiceStartArguments.java 186 notification.setLatestEventInfo(this, getText(R.string.service_start_arguments_label),
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 317 mUsbStorageNotification.setLatestEventInfo(mContext, title, message, pi);
405 mMediaStorageNotification.setLatestEventInfo(mContext, title, message, pi);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 406 outNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
453 inNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
497 n.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(mContext, 0,
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 116 n.setLatestEventInfo(this, "Test notification", "Test notification", pending);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
CalendarSyncEnabler.java 104 n.setLatestEventInfo(mContext, tickerText, emailAddresses, launchCalendarPendingIntent);
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 49 result.setLatestEventInfo(b.mContext, b.mContentTitle,
  /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 182 n.setLatestEventInfo(this, label,
AlarmReceiver.java 161 n.setLatestEventInfo(context, label,
209 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),
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 102 notification.setLatestEventInfo(context,

Completed in 607 milliseconds

1 2 3