Home
last modified time | relevance | path

Searched refs:NotificationRankingUpdate (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationRankingUpdate.java25 public class NotificationRankingUpdate implements Parcelable { class
41 public NotificationRankingUpdate(String[] keys, String[] interceptedKeys, in NotificationRankingUpdate() method in NotificationRankingUpdate
61 public NotificationRankingUpdate(Parcel in) { in NotificationRankingUpdate() method in NotificationRankingUpdate
100 public static final Parcelable.Creator<NotificationRankingUpdate> CREATOR
101 = new Parcelable.Creator<NotificationRankingUpdate>() {
102 public NotificationRankingUpdate createFromParcel(Parcel parcel) {
103 return new NotificationRankingUpdate(parcel);
106 public NotificationRankingUpdate[] newArray(int size) {
107 return new NotificationRankingUpdate[size];
DINotificationListener.aidl25 import android.service.notification.NotificationRankingUpdate;
31 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected()
33 in NotificationRankingUpdate update); in onNotificationPosted()
36 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemoved()
37 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate()
DNotificationRankingUpdate.aidl19 parcelable NotificationRankingUpdate;
DNotificationListenerService.java1223 NotificationRankingUpdate update) { in onNotificationPosted()
1264 NotificationRankingUpdate update, NotificationStats stats, int reason) { in onNotificationRemoved()
1287 public void onListenerConnected(NotificationRankingUpdate update) { in onListenerConnected()
1297 public void onNotificationRankingUpdate(NotificationRankingUpdate update) in onNotificationRankingUpdate()
1364 public final void applyUpdateLocked(NotificationRankingUpdate update) { in applyUpdateLocked()
1637 private final NotificationRankingUpdate mRankingUpdate;
1652 private RankingMap(NotificationRankingUpdate rankingUpdate) {
1949 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java41 import android.service.notification.NotificationRankingUpdate;
97 private NotificationRankingUpdate generateUpdate() { in generateUpdate()
128 NotificationRankingUpdate update = new NotificationRankingUpdate(mKeys, in generateUpdate()
/frameworks/base/config/
Dboot-image-profile.txt5089 …otification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;)V
5090 …Stub$Proxy;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V
5091 …tion/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;Landroid…
5095 …nerWrapper;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V
29569 …istener$Stub$Proxy;->onListenerConnected(Landroid/service/notification/NotificationRankingUpdate;)V
29574 …tificationListener;->onListenerConnected(Landroid/service/notification/NotificationRankingUpdate;)V
29579 …otification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;)V
29580 …onListener;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V
29581 …tion/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;Landroid…
29593 …ionListenerWrapper;->onListenerConnected(Landroid/service/notification/NotificationRankingUpdate;)V
[all …]
Dpreloaded-classes2805 android.service.notification.NotificationRankingUpdate$1