Searched refs:IMPORTANCE_NONE (Results 1 – 5 of 5) sorted by relevance
41 private static final int IMPORTANCE_NONE = 0; field in NotificationIncidentTest77 assertTrue(record.getImportance() > IMPORTANCE_NONE); in testNotificationRecords()119 (rp.getImportance() >= IMPORTANCE_NONE && rp.getImportance() <= IMPORTANCE_MAX)); in verifyRecordProto()
74 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
21 import static android.app.NotificationManager.IMPORTANCE_NONE;310 if (channel.getImportance() == IMPORTANCE_NONE) { in test()
1316 new NotificationChannel(mId, "name", NotificationManager.IMPORTANCE_NONE); in testNotify_blockedChannel()