Searched refs:mRanking (Results 1 – 3 of 3) sorted by relevance
59 private RankingMap mRanking = new RankingMap(new Ranking[0]); field in NotificationListenerTest77 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()
61 @Mock private NotificationListenerService.RankingMap mRanking; field in NotificationRemoteInputManagerTest
98 private Ranking mRanking; field in NotificationEntry254 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 …]