Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DSensitiveContentProtectionManagerServiceNotificationTest.java120 private StatusBarNotification mNotification2; field in SensitiveContentProtectionManagerServiceNotificationTest
171 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 …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProviderTest.java51 StatusBarNotification mNotification2; field in DreamOverlayNotificationCountProviderTest
64 when(mNotification2.getKey()).thenReturn("key2"); in setup()
80 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification2, mRankingMap); in testPostingNotificationCallsCallbackWithNotificationCount()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java86 private final Notification mNotification2 = new Notification.Builder(mContext, "test") field in NotificationHelperTest
119 .setNotification(mNotification2)
DPeopleSpaceUtilsTest.java145 private final Notification mNotification2 = new Notification.Builder(mContext, "test2") field in PeopleSpaceUtilsTest
167 .setNotification(mNotification2)