Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DNotificationIncidentTest.java47 private static final int VISIBILITY_SECRET = -1; field in NotificationIncidentTest
123 (rp.getVisibility() >= VISIBILITY_SECRET && in verifyRecordProto()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java744 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testCreateChannel()
750 assertTrue(createdChannel.getLockscreenVisibility() != Notification.VISIBILITY_SECRET); in testCreateChannel()