Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationRankingUpdate.java25 public class NotificationRankingUpdate implements Parcelable { class
39 public NotificationRankingUpdate(String[] keys, String[] interceptedKeys, in NotificationRankingUpdate() method in NotificationRankingUpdate
57 public NotificationRankingUpdate(Parcel in) { in NotificationRankingUpdate() method in NotificationRankingUpdate
92 public static final Parcelable.Creator<NotificationRankingUpdate> CREATOR
93 = new Parcelable.Creator<NotificationRankingUpdate>() {
94 public NotificationRankingUpdate createFromParcel(Parcel parcel) {
95 return new NotificationRankingUpdate(parcel);
98 public NotificationRankingUpdate[] newArray(int size) {
99 return new NotificationRankingUpdate[size];
DINotificationListener.aidl24 import android.service.notification.NotificationRankingUpdate;
30 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected()
32 in NotificationRankingUpdate update); in onNotificationPosted()
34 in NotificationRankingUpdate update, int reason); in onNotificationRemoved()
35 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate()
DNotificationRankingUpdate.aidl19 parcelable NotificationRankingUpdate;
DNotificationListenerService.java1158 NotificationRankingUpdate update) { in onNotificationPosted()
1198 NotificationRankingUpdate update, int reason) { in onNotificationRemoved()
1220 public void onListenerConnected(NotificationRankingUpdate update) { in onListenerConnected()
1230 public void onNotificationRankingUpdate(NotificationRankingUpdate update) in onNotificationRankingUpdate()
1296 public final void applyUpdateLocked(NotificationRankingUpdate update) { in applyUpdateLocked()
1518 private final NotificationRankingUpdate mRankingUpdate;
1531 private RankingMap(NotificationRankingUpdate rankingUpdate) {
1789 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationListenerServiceTest.java28 import android.service.notification.NotificationRankingUpdate;
66 private NotificationRankingUpdate generateUpdate() { in generateUpdate()
93 NotificationRankingUpdate update = new NotificationRankingUpdate(mKeys, in generateUpdate()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java127 import android.service.notification.NotificationRankingUpdate;
4839 private NotificationRankingUpdate makeRankingUpdateLocked(ManagedServiceInfo info) { in makeRankingUpdateLocked()
4885 return new NotificationRankingUpdate(keysAr, interceptedKeysAr, visibilityOverrides, in makeRankingUpdateLocked()
5106 final NotificationRankingUpdate update; in onServiceAdded()
5159 final NotificationRankingUpdate update = makeRankingUpdateLocked(info); in notifyPostedLocked()
5196 final NotificationRankingUpdate update = makeRankingUpdateLocked(info); in notifyRemovedLocked()
5215 final NotificationRankingUpdate update = makeRankingUpdateLocked(serviceInfo); in notifyRankingUpdateLocked()
5300 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) { in notifyPosted()
5311 NotificationRankingUpdate rankingUpdate, int reason) { in notifyRemoved()
5325 NotificationRankingUpdate rankingUpdate) { in notifyRankingUpdate()
/frameworks/base/services/
Dprofile-classes2336 Landroid/service/notification/NotificationRankingUpdate;
2337 Landroid/service/notification/NotificationRankingUpdate$1;
/frameworks/base/
Dcompiled-classes-phone3710 android.service.notification.NotificationRankingUpdate
3711 android.service.notification.NotificationRankingUpdate$1