Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java101 private StatusBarNotification mStatusBarNotification6; field in PreprocessingManagerTest
174 when(mStatusBarNotification6.getKey()).thenReturn("KEY_IMPORTANT_FOREGROUND"); in setup()
182 when(mStatusBarNotification6.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()
190 when(mStatusBarNotification6.getNotification()).thenReturn(mForegroundNotification); in setup()
198 when(mStatusBarNotification6.getPackageName()).thenReturn(PKG); in setup()
722 mImportantForeground = new AlertEntry(mStatusBarNotification6); in initTestData()