Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DSensitiveContentProtectionManagerServiceNotificationTest.java80 private static final String NOTIFICATION_KEY_2 = "com.android.server.notification.TEST_KEY_2"; field in SensitiveContentProtectionManagerServiceNotificationTest
171 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupSensitiveNotification()
183 when(mRankingMap.getRawRankingObject(eq(NOTIFICATION_KEY_2))) in setupSensitiveNotification()
196 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupMultipleSensitiveNotificationsFromSamePackageAndUid()
208 when(mRankingMap.getRawRankingObject(eq(NOTIFICATION_KEY_2))) in setupMultipleSensitiveNotificationsFromSamePackageAndUid()
221 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupMultipleSensitiveNotificationsFromDifferentPackage()
233 when(mRankingMap.getRawRankingObject(eq(NOTIFICATION_KEY_2))) in setupMultipleSensitiveNotificationsFromDifferentPackage()
247 when(mNotification2.getKey()).thenReturn(NOTIFICATION_KEY_2); in setupMultipleSensitiveNotificationsFromDifferentUid()
259 when(mRankingMap.getRawRankingObject(eq(NOTIFICATION_KEY_2))) in setupMultipleSensitiveNotificationsFromDifferentUid()