Searched refs:mRankingMap (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationRankingUpdate.java | 40 private final NotificationListenerService.RankingMap mRankingMap; field in NotificationRankingUpdate 51 mRankingMap = new NotificationListenerService.RankingMap(rankings); in NotificationRankingUpdate() 71 mRankingMap = null; in NotificationRankingUpdate() 77 mRankingMap = null; in NotificationRankingUpdate() 85 mRankingMap = mapParcel.readParcelable(getClass().getClassLoader(), in NotificationRankingUpdate() 99 mRankingMap = in.readParcelable(getClass().getClassLoader(), in NotificationRankingUpdate() 117 return mRankingMap; in getRankingMap() 137 return mRankingMap.equals(other.mRankingMap); in equals() 150 mapParcel.writeParcelable(mRankingMap, flags); in writeToParcel() 178 out.writeParcelable(mRankingMap, flags); in writeToParcel()
|
H A D | NotificationListenerService.java | 427 private RankingMap mRankingMap; field in NotificationListenerService 1235 return mRankingMap; in getCurrentRanking() 1461 args.arg2 = mRankingMap; in onNotificationPosted() 1467 mRankingMap).sendToTarget(); in onNotificationPosted() 1492 args.arg2 = mRankingMap; in onNotificationRemoved() 1518 mRankingMap).sendToTarget(); in onNotificationRankingUpdate() 1649 mRankingMap = update.getRankingMap(); in applyUpdateLocked()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayNotificationCountProviderTest.java | 54 NotificationListenerService.RankingMap mRankingMap; field in DreamOverlayNotificationCountProviderTest 79 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification2, mRankingMap); in testPostingNotificationCallsCallbackWithNotificationCount() 88 handlerArgumentCaptor.getValue().onNotificationRemoved(mNotification1, mRankingMap); in testRemovingNotificationCallsCallbackWithZeroNotificationCount() 97 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification3, mRankingMap); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 167 private NotificationListenerService.RankingMap mRankingMap; field in DataManagerTest 1768 }).when(mRankingMap).getRanking(eq(key), in sendGenericNotificationWithKey() 1772 listenerService.onNotificationPosted(mGenericSbn, mRankingMap); in sendGenericNotificationWithKey() 1812 }).when(mRankingMap).getRanking(eq(CUSTOM_KEY), in sendConvoNotification() 1817 listenerService.onNotificationPosted(mConvoSbn, mRankingMap); in sendConvoNotification()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49742 Landroid/service/notification/NotificationListenerService;->mRankingMap:Landroid/service/notificati…
|