Searched refs:mNotification2 (Results 1 – 4 of 4) sorted by relevance
120 private StatusBarNotification mNotification2; field in SensitiveContentProtectionManagerServiceNotificationTest171 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupSensitiveNotification()172 when(mNotification2.getPackageName()).thenReturn(NOTIFICATION_PKG_2); in setupSensitiveNotification()173 when(mNotification2.getUid()).thenReturn(NOTIFICATION_UID_1); in setupSensitiveNotification()176 new StatusBarNotification[] {mNotification1, mNotification2}; in setupSensitiveNotification()196 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()197 when(mNotification2.getPackageName()).thenReturn(NOTIFICATION_PKG_1); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()198 when(mNotification2.getUid()).thenReturn(NOTIFICATION_UID_1); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()201 new StatusBarNotification[] {mNotification1, mNotification2}; in setupMultipleSensitiveNotificationsFromSamePackageAndUid()221 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupMultipleSensitiveNotificationsFromDifferentPackage()[all …]
51 StatusBarNotification mNotification2; field in DreamOverlayNotificationCountProviderTest64 when(mNotification2.getKey()).thenReturn("key2"); in setup()80 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification2, mRankingMap); in testPostingNotificationCallsCallbackWithNotificationCount()
86 private final Notification mNotification2 = new Notification.Builder(mContext, "test") field in NotificationHelperTest119 .setNotification(mNotification2)
145 private final Notification mNotification2 = new Notification.Builder(mContext, "test2") field in PeopleSpaceUtilsTest167 .setNotification(mNotification2)