Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java111 private StatusBarNotification mStatusBarNotification9; field in PreprocessingManagerTest
205 when(mStatusBarNotification9.getKey()).thenReturn("KEY_IMPORTANT_FOREGROUND_4"); in setup()
231 when(mStatusBarNotification9.getNotification()).thenReturn(mForegroundNotification); in setup()
247 when(mStatusBarNotification9.getPackageName()).thenReturn(PKG); in setup()
478 when(mStatusBarNotification9.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()
930 mImportantForeground4 = new AlertEntry(mStatusBarNotification9); in initTestData()