Searched refs:mStatusBarNotification6 (Results 1 – 1 of 1) sorted by relevance
101 private StatusBarNotification mStatusBarNotification6; field in PreprocessingManagerTest174 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()