Home
last modified time | relevance | path

Searched refs:mRankingMap (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java144 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testOnNotificationEnqueued()
155 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testOnNotificationEnqueued()
173 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_userSentimentKey()
187 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_userSentimentKey()
201 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_proposedImportanceKey()
213 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_proposedImportanceKey()
226 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_sensitiveContentKey()
238 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_sensitiveContentKey()
251 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_importanceKey()
265 mNotificationListenerService.mRankingMap.getRanking(sbn.getKey(), out); in testAdjustNotification_importanceKey()
[all …]
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java32 public RankingMap mRankingMap; field in SecondaryNotificationListener
88 mRankingMap = rankingMap; in onNotificationRankingUpdate()
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java40 public RankingMap mRankingMap; field in TestNotificationListener
130 mRankingMap = rankingMap; in onNotificationPosted()
169 mRankingMap = rankingMap; in onNotificationRemoved()
180 mRankingMap = rankingMap; in onNotificationRankingUpdate()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt286 mListener.mRankingMap = null in testRankingRedactedInPost()
290 .that(mListener.mRankingMap).isNotNull() in testRankingRedactedInPost()
291 assertRankingRedacted(sbn.key, mListener.mRankingMap) in testRankingRedactedInPost()
299 for (key in mListener.mRankingMap.orderedKeys) { in testRankingRedactedInUpdate()
301 mListener.mRankingMap.getRanking(key, ranking) in testRankingRedactedInUpdate()
303 mListener.mRankingMap = null in testRankingRedactedInUpdate()
312 .that(mListener.mRankingMap).isNotNull() in testRankingRedactedInUpdate()
313 assertRankingRedacted(sbn.key, mListener.mRankingMap) in testRankingRedactedInUpdate()
DNotificationManagerTest.java949 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testSuspendPackage()
965 rankingMap = mListener.mRankingMap; in testSuspendPackage()
1206 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testSuspendedPackageSendsNotification()
1221 rankingMap = mListener.mRankingMap; in testSuspendedPackageSendsNotification()
1251 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testShowBadging_ranking()
1271 rankingMap = mListener.mRankingMap; in testShowBadging_ranking()
1299 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testKeyChannelGroupOverrideImportanceExplanation_ranking()
2492 assertEquals(mListener.mRankingMap, mListener.getCurrentRanking()); in testNotificationListener_getCurrentRanking()
2645 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testConversationRankingFields()
3213 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testIsAmbient()
DNotificationManagerBubbleTest.java350 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testCanBubble_ranking()
365 rankingMap = mListener.mRankingMap; in testCanBubble_ranking()
DNotificationManagerZenTest.java722 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testGetSuppressedVisualEffectsOff_ranking()
760 NotificationListenerService.RankingMap rankingMap = mListener.mRankingMap; in testGetSuppressedVisualEffects_ranking()