Home
last modified time | relevance | path

Searched refs:getOverrideGroupKey (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java211 alertEntry.getStatusBarNotification().getOverrideGroupKey(); in updateOverrideGroupKey()
212 String newOverrideGroupKey = getOverrideGroupKey(alertEntry.getKey()); in updateOverrideGroupKey()
224 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in CarNotificationListener
227 return mTemporaryRanking.getOverrideGroupKey(); in getOverrideGroupKey()
DPreprocessingManager.java419 && summaryNotification.getStatusBarNotification().getOverrideGroupKey() in group()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationListenerTest.java101 when(mStatusBarNotification.getOverrideGroupKey()).thenReturn(TEST_OLD_OVERRIDE_GROUP_KEY); in setup()
362 when(mStatusBarNotification.getOverrideGroupKey()).thenReturn(TEST_NEW_OVERRIDE_GROUP_KEY); in onNotificationRankingUpdate_overrideGroupKeyUpdated_doesNotNotifyHandler()
377 when(mStatusBarNotification.getOverrideGroupKey()) in onNotificationRankingUpdate_overrideGroupKeyUpdated_notifiesHandler()
DPreprocessingManagerTest.java1290 getOverrideGroupKey(key), in generateRankingMap()
1350 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in PreprocessingManagerTest