Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DNotificationIncidentTest.java40 private static final int IMPORTANCE_UNSPECIFIED = -1000; field in NotificationIncidentTest
118 rp.getImportance() == IMPORTANCE_UNSPECIFIED || in verifyRecordProto()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java858 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_UNSPECIFIED); in testCreateChannelInvalidImportance()