Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DSensitiveContentProtectionManagerServiceNotificationTest.java117 private StatusBarNotification mNotification1; field in SensitiveContentProtectionManagerServiceNotificationTest
167 when(mNotification1.getKey()).thenReturn(NOTIFICATION_KEY_1); in setupSensitiveNotification()
168 when(mNotification1.getPackageName()).thenReturn(NOTIFICATION_PKG_1); in setupSensitiveNotification()
169 when(mNotification1.getUid()).thenReturn(NOTIFICATION_UID_1); in setupSensitiveNotification()
176 new StatusBarNotification[] {mNotification1, mNotification2}; in setupSensitiveNotification()
192 when(mNotification1.getKey()).thenReturn(NOTIFICATION_KEY_1); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()
193 when(mNotification1.getPackageName()).thenReturn(NOTIFICATION_PKG_1); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()
194 when(mNotification1.getUid()).thenReturn(NOTIFICATION_UID_1); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()
201 new StatusBarNotification[] {mNotification1, mNotification2}; in setupMultipleSensitiveNotificationsFromSamePackageAndUid()
217 when(mNotification1.getKey()).thenReturn(NOTIFICATION_KEY_1); in setupMultipleSensitiveNotificationsFromDifferentPackage()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProviderTest.java49 StatusBarNotification mNotification1; field in DreamOverlayNotificationCountProviderTest
63 when(mNotification1.getKey()).thenReturn("key1"); in setup()
68 final StatusBarNotification[] notifications = {mNotification1}; in setup()
89 handlerArgumentCaptor.getValue().onNotificationRemoved(mNotification1, mRankingMap); in testRemovingNotificationCallsCallbackWithZeroNotificationCount()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java72 private final Notification mNotification1 = new Notification.Builder(mContext, "test") field in NotificationHelperTest
112 .setNotification(mNotification1)
160 .setNotification(mNotification1) in testGetMessagingStyleMessages()
DPeopleSpaceUtilsTest.java132 private final Notification mNotification1 = new Notification.Builder(mContext, "test") field in PeopleSpaceUtilsTest
161 .setNotification(mNotification1)