Home
last modified time | relevance | path

Searched refs:mRanking (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationListenerTest.java59 private RankingMap mRanking = new RankingMap(new Ranking[0]); field in NotificationListenerTest
77 mListener.onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
79 verify(mNotificationHandler).onNotificationPosted(mSbn, mRanking); in testNotificationAddCallsAddNotification()
84 mListener.onNotificationRemoved(mSbn, mRanking); in testNotificationRemovalCallsRemoveNotification()
86 verify(mNotificationHandler).onNotificationRemoved(eq(mSbn), eq(mRanking), anyInt()); in testNotificationRemovalCallsRemoveNotification()
91 mListener.onNotificationRankingUpdate(mRanking); in testRankingUpdateCallsNotificationRankingUpdate()
DNotificationRemoteInputManagerTest.java61 @Mock private NotificationListenerService.RankingMap mRanking; field in NotificationRemoteInputManagerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java98 private Ranking mRanking; field in NotificationEntry
254 return mRanking; in getRanking()
285 mRanking = ranking; in setRanking()
317 return mRanking.getChannel(); in getChannel()
321 return mRanking.getLastAudiblyAlertedMillis(); in getLastAudiblyAlertedMs()
325 return mRanking.isAmbient(); in isAmbient()
329 return mRanking.getImportance(); in getImportance()
333 return mRanking.getSnoozeCriteria(); in getSnoozeCriteria()
337 return mRanking.getUserSentiment(); in getUserSentiment()
341 return mRanking.getSuppressedVisualEffects(); in getSuppressedVisualEffects()
[all …]