Home
last modified time | relevance | path

Searched refs:setLatestEventInfo (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java128 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
140 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
158 n.setLatestEventInfo(NotificationTestList.this, "No intent",
196 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
206 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
215 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
225 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
236 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
565 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
583 n.setLatestEventInfo(NotificationTestList.this,
[all …]
DStatusBarTest.java173 not.setLatestEventInfo(StatusBarTest.this,
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd112 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
177 {@link android.app.Notification#setLatestEventInfo(Context,CharSequence,CharSequence,PendingIntent)}
193 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
209 android.app.Notification#setLatestEventInfo(Context,CharSequence,CharSequence,PendingIntent)
210 setLatestEventInfo()} with new values, change some field values of the notification, and then call
216 {@link android.app.Notification#setLatestEventInfo(Context,CharSequence,CharSequence,PendingIntent)
217 setLatestEventInfo()} with new values for <var>contentTitle</var> and <var>contentText</var>.
370 parameters of the {@link android.app.Notification#setLatestEventInfo(Context,CharSequence,CharSeque…
371 setLatestEventInfo()} method. However, you can also define a custom layout for the
473 …{@link android.app.Notification#setLatestEventInfo(Context,CharSequence,CharSequence,PendingIntent)
[all …]
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent); in sendNotification()
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java116 n.setLatestEventInfo(this, "Test notification", "Test notification", pending); in test()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java317 mUsbStorageNotification.setLatestEventInfo(mContext, title, message, pi); in setUsbStorageNotification()
405 mMediaStorageNotification.setLatestEventInfo(mContext, title, message, pi); in setMediaStorageNotification()
/frameworks/base/core/java/android/app/
DNotification.java328 setLatestEventInfo(context, contentTitle, contentText, in Notification()
555 public void setLatestEventInfo(Context context, in setLatestEventInfo() method in Notification
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceManager.java576 notification.setLatestEventInfo(mContext, title, message, pi); in updateUsbNotification()
609 notification.setLatestEventInfo(mContext, title, message, pi); in updateAdbNotification()
/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java355 notification.setLatestEventInfo(mContext, title, details, intent); in sendNotification()
DUiModeManagerService.java594 n.setLatestEventInfo( in adjustStatusBarCarModeLocked()
DThrottleService.java685 mThrottlingNotification.setLatestEventInfo(mContext, title, message, pi); in postNotification()
DWifiService.java1705 mNotification.setLatestEventInfo(mContext, title, details, mNotification.contentIntent); in setNotificationVisible()
DInputMethodManagerService.java1161 mImeSwitcherNotification.setLatestEventInfo( in setImeWindowStatus()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java214 mNiNotification.setLatestEventInfo(mContext, title, message, pi); in setNiNotification()
/frameworks/base/core/java/android/accounts/
DAccountManagerService.java1042 n.setLatestEventInfo(mContext, in createNoCredentialsPermissionNotification()
1899 n.setLatestEventInfo(mContext, in doNotification()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1585 mNotification.setLatestEventInfo(context, title, details, in setNotification()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java454 mTetheredNotification.setLatestEventInfo(mContext, title, message, pi); in showTetheredNotification()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pService.java1323 mNotification.setLatestEventInfo(mContext, title, message, pi); in showNotification()
/frameworks/base/core/java/android/content/
DSyncManager.java2397 notification.setLatestEventInfo(mContext, in installHandleTooManyDeletesNotification()
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd431 notification.setLatestEventInfo(getApplicationContext(), "MusicPlayerSample",
/frameworks/base/docs/html/guide/topics/fundamentals/
Dservices.jd695 notification.setLatestEventInfo(this, getText(R.string.notification_title),
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java1108 notification.setLatestEventInfo(context, text,
/frameworks/base/api/
Dcurrent.txt3593 …method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, …
D14.txt3593 …method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, …