Searched refs:NotificationRankingUpdate (Results 1 – 7 of 7) sorted by relevance
25 public class NotificationRankingUpdate implements Parcelable { class41 public NotificationRankingUpdate(String[] keys, String[] interceptedKeys, in NotificationRankingUpdate() method in NotificationRankingUpdate61 public NotificationRankingUpdate(Parcel in) { in NotificationRankingUpdate() method in NotificationRankingUpdate100 public static final Parcelable.Creator<NotificationRankingUpdate> CREATOR101 = 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];
25 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()
19 parcelable NotificationRankingUpdate;
1223 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);
41 import android.service.notification.NotificationRankingUpdate;97 private NotificationRankingUpdate generateUpdate() { in generateUpdate()128 NotificationRankingUpdate update = new NotificationRankingUpdate(mKeys, in generateUpdate()
5089 …otification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;)V5090 …Stub$Proxy;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V5091 …tion/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;Landroid…5095 …nerWrapper;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V29569 …istener$Stub$Proxy;->onListenerConnected(Landroid/service/notification/NotificationRankingUpdate;)V29574 …tificationListener;->onListenerConnected(Landroid/service/notification/NotificationRankingUpdate;)V29579 …otification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;)V29580 …onListener;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V29581 …tion/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;Landroid…29593 …ionListenerWrapper;->onListenerConnected(Landroid/service/notification/NotificationRankingUpdate;)V[all …]
2805 android.service.notification.NotificationRankingUpdate$1