Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java115 private StatusBarNotification mStatusBarNotification11; field in PreprocessingManagerTest
207 when(mStatusBarNotification11.getKey()).thenReturn("KEY_IMPORTANT_FOREGROUND_6"); in setup()
233 when(mStatusBarNotification11.getNotification()).thenReturn(mForegroundNotification); in setup()
249 when(mStatusBarNotification11.getPackageName()).thenReturn(PKG); in setup()
480 when(mStatusBarNotification11.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()
932 mImportantForeground6 = new AlertEntry(mStatusBarNotification11); in initTestData()