Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DNotificationIncidentTest.java41 private static final int IMPORTANCE_NONE = 0; field in NotificationIncidentTest
77 assertTrue(record.getImportance() > IMPORTANCE_NONE); in testNotificationRecords()
119 (rp.getImportance() >= IMPORTANCE_NONE && rp.getImportance() <= IMPORTANCE_MAX)); in verifyRecordProto()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DLocalMediaProjectionService.java74 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
/cts/tests/tests/media/src/android/media/cts/
DLocalMediaProjectionService.java74 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java21 import static android.app.NotificationManager.IMPORTANCE_NONE;
310 if (channel.getImportance() == IMPORTANCE_NONE) { in test()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1316 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_NONE); in testNotify_blockedChannel()