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

1 2 3

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationTest.java 20 notification.setLatestEventInfo(new Activity(), "title", "content", pendingIntent);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 32 status.setLatestEventInfo(this, "Scheduler Test running",
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 76 notification.setLatestEventInfo(mContext, "notify#" + id, "This is #" + id
NotificationTest.java 158 mNotification.setLatestEventInfo(mContext, CONTENT_TITLE, CONTENT_TEXT, contentIntent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 113 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
IncomingMessage.java 129 notif.setLatestEventInfo(this, from, message, contentIntent);
182 notif.setLatestEventInfo(this, from, message, contentIntent);
AlarmService_Service.java 111 notification.setLatestEventInfo(this, getText(R.string.alarm_service_label),
NotifyingService.java 109 notification.setLatestEventInfo(this, getText(R.string.status_bar_notifications_mood_title),
MessengerService.java 161 notification.setLatestEventInfo(this, getText(R.string.remote_service_label),
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),
ServiceStartArguments.java 186 notification.setLatestEventInfo(this, getText(R.string.service_start_arguments_label),
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotification.java 30 public void setLatestEventInfo(Context context, CharSequence contentTitle,
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 134 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
146 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
164 n.setLatestEventInfo(NotificationTestList.this, "No intent",
202 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
212 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
221 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
231 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
242 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
571 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
589 n.setLatestEventInfo(NotificationTestList.this
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 57 notification.setLatestEventInfo(
SmsRejectedReceiver.java 80 notification.setLatestEventInfo(
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 201 mNotification.setLatestEventInfo(
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
  /packages/apps/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java 105 n.setLatestEventInfo(mContext, tickerText, emailAddresses, launchCalendarPendingIntent);
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 116 n.setLatestEventInfo(this, "Test notification", "Test notification", pending);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 187 notification.setLatestEventInfo(this, getText(R.string.phone_in_ecm_notification_title),
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 310 n.setLatestEventInfo(this, text, text, 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,
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 519 mNotification.setLatestEventInfo(getApplicationContext(), "RandomMusicPlayer", text, pi);
536 mNotification.setLatestEventInfo(getApplicationContext(), "RandomMusicPlayer",
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 313 mUsbStorageNotification.setLatestEventInfo(mContext, title, message, pi);
403 mMediaStorageNotification.setLatestEventInfo(mContext, title, message, pi);

Completed in 506 milliseconds

1 2 3