/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 128 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 …]
|
D | StatusBarTest.java | 173 not.setLatestEventInfo(StatusBarTest.this,
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 112 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/ |
D | NotificationStressTest.java | 88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent); in sendNotification()
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
D | FixVibrateSetting.java | 116 n.setLatestEventInfo(this, "Test notification", "Test notification", pending); in test()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 317 mUsbStorageNotification.setLatestEventInfo(mContext, title, message, pi); in setUsbStorageNotification() 405 mMediaStorageNotification.setLatestEventInfo(mContext, title, message, pi); in setMediaStorageNotification()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 328 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/ |
D | UsbDeviceManager.java | 576 notification.setLatestEventInfo(mContext, title, message, pi); in updateUsbNotification() 609 notification.setLatestEventInfo(mContext, title, message, pi); in updateAdbNotification()
|
/frameworks/base/services/java/com/android/server/ |
D | DeviceStorageMonitorService.java | 355 notification.setLatestEventInfo(mContext, title, details, intent); in sendNotification()
|
D | UiModeManagerService.java | 594 n.setLatestEventInfo( in adjustStatusBarCarModeLocked()
|
D | ThrottleService.java | 685 mThrottlingNotification.setLatestEventInfo(mContext, title, message, pi); in postNotification()
|
D | WifiService.java | 1705 mNotification.setLatestEventInfo(mContext, title, details, mNotification.contentIntent); in setNotificationVisible()
|
D | InputMethodManagerService.java | 1161 mImeSwitcherNotification.setLatestEventInfo( in setImeWindowStatus()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 214 mNiNotification.setLatestEventInfo(mContext, title, message, pi); in setNiNotification()
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManagerService.java | 1042 n.setLatestEventInfo(mContext, in createNoCredentialsPermissionNotification() 1899 n.setLatestEventInfo(mContext, in doNotification()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | GsmServiceStateTracker.java | 1585 mNotification.setLatestEventInfo(context, title, details, in setNotification()
|
/frameworks/base/services/java/com/android/server/connectivity/ |
D | Tethering.java | 454 mTetheredNotification.setLatestEventInfo(mContext, title, message, pi); in showTetheredNotification()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pService.java | 1323 mNotification.setLatestEventInfo(mContext, title, message, pi); in showNotification()
|
/frameworks/base/core/java/android/content/ |
D | SyncManager.java | 2397 notification.setLatestEventInfo(mContext, in installHandleTooManyDeletesNotification()
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 431 notification.setLatestEventInfo(getApplicationContext(), "MusicPlayerSample",
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
D | services.jd | 695 notification.setLatestEventInfo(this, getText(R.string.notification_title),
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 1108 notification.setLatestEventInfo(context, text,
|
/frameworks/base/api/ |
D | current.txt | 3593 …method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, …
|
D | 14.txt | 3593 …method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, …
|