Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java99 private StatusBarNotification mStatusBarNotification5; field in PreprocessingManagerTest
173 when(mStatusBarNotification5.getKey()).thenReturn("KEY_IMPORTANT_BACKGROUND"); in setup()
181 when(mStatusBarNotification5.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
189 when(mStatusBarNotification5.getNotification()).thenReturn(mBackgroundNotification); in setup()
197 when(mStatusBarNotification5.getPackageName()).thenReturn(PKG); in setup()
721 mImportantBackground = new AlertEntry(mStatusBarNotification5); in initTestData()