Searched refs:IMPORTANCE_NONE (Results 1 – 13 of 13) sorted by relevance
23 import android.app.NotificationManager.IMPORTANCE_NONE139 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel()144 IMPORTANCE_NONE, channel1.importance) in testApply_demoteChannel()203 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testDoneButtonSaysDone_noChanges()220 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testDoneButtonGoesBackToNormal_changeThenNoChange()
23 import android.app.NotificationManager.IMPORTANCE_NONE in <lambda>()182 controller.proposeEditForChannel(it, if (b) it.importance else IMPORTANCE_NONE) in onFinishInflate()219 switch.isChecked = nc.importance != IMPORTANCE_NONE in updateViews()
24 import android.app.NotificationManager.IMPORTANCE_NONE in <lambda>()165 channel.importance == IMPORTANCE_NONE || in <lambda>()
85 legacyChannel.setImportance(NotificationManager.IMPORTANCE_NONE);; in testInheritFromLegacy_keepsUserLockedLegacySettings()93 assertEquals(NotificationManager.IMPORTANCE_NONE, newChannel.getImportance()); in testInheritFromLegacy_keepsUserLockedLegacySettings()
24 IMPORTANCE_NONE = 0; // No importance: does not show in the shade. enumerator
23 import static android.app.NotificationManager.IMPORTANCE_NONE;886 if (channel.getImportance() < IMPORTANCE_NONE in createNotificationChannel()972 && updatedChannel.getImportance() == IMPORTANCE_NONE) { in updateNotificationChannel()1463 if (r != null && r.importance != IMPORTANCE_NONE) { in getNotificationChannelsBypassingDnd()1521 if (!nc.isDeleted() && IMPORTANCE_NONE == nc.getImportance()) { in getBlockedChannelCount()1536 && r.importance == IMPORTANCE_NONE) { in getBlockedAppCount()1556 if (userId != UserHandle.getUserId(r.uid) || r.importance == IMPORTANCE_NONE) { in getAppsBypassingDndCount()1594 if (userId != UserHandle.getUserId(r.uid) || r.importance == IMPORTANCE_NONE) { in updateChannelsBypassingDnd()1623 if (channel.isDeleted() || channel.getImportance() == IMPORTANCE_NONE) { in channelIsLiveLocked()1656 boolean wasEnabled = getImportance(packageName, uid) != IMPORTANCE_NONE; in setEnabled()[all …]
40 import static android.app.NotificationManager.IMPORTANCE_NONE;2392 if (channel.getImportance() == NotificationManager.IMPORTANCE_NONE) {2428 if ((preUpdate.getImportance() == IMPORTANCE_NONE2429 && update.getImportance() != IMPORTANCE_NONE)2430 || (preUpdate.getImportance() != IMPORTANCE_NONE2431 && update.getImportance() == IMPORTANCE_NONE)) {2437 update.getImportance() == IMPORTANCE_NONE)3034 != NotificationManager.IMPORTANCE_NONE;3107 return mPreferencesHelper.getImportance(pkg, uid) != IMPORTANCE_NONE;4881 == IMPORTANCE_NONE) {[all …]
29 import static android.app.NotificationManager.IMPORTANCE_NONE;478 mHelper.setImportance(PKG_O, UID_O, IMPORTANCE_NONE); in testChannelXmlForBackup()490 assertEquals(IMPORTANCE_NONE, mHelper.getImportance(PKG_O, UID_O)); in testChannelXmlForBackup()792 mHelper.setImportance(PKG_N_MR1, UID_N_MR1, IMPORTANCE_NONE); in testCreateChannel_blocked()802 new NotificationChannel("bananas", "bananas", IMPORTANCE_NONE - 1), in testCreateChannel_badImportance()825 new NotificationChannel("bananas", "bananas", IMPORTANCE_NONE), true, false)); in testCreateChannel_badImportance()873 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_updatesAppFields()885 assertEquals(IMPORTANCE_NONE, mHelper.getImportance(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_updatesAppFields()900 channel.setImportance(IMPORTANCE_NONE); in testUpdate_postUpgrade_noUpdateAppFields()927 channel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()[all …]
33 import static android.app.NotificationManager.IMPORTANCE_NONE;954 NotificationManager.IMPORTANCE_NONE); in testBlockedNotifications_blockedChannel()975 NotificationManager.IMPORTANCE_NONE); in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService()1002 new NotificationChannel("blockedbyuser", "name", IMPORTANCE_NONE); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1005 assertEquals(IMPORTANCE_NONE, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1023 update = new NotificationChannel("blockedbyuser", "name", IMPORTANCE_NONE); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1027 assertEquals(IMPORTANCE_NONE, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1039 assertEquals(IMPORTANCE_NONE, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1175 bundle.putInt(KEY_IMPORTANCE, IMPORTANCE_NONE); in testBlockedNotifications_blockedByAssistant()2095 mTestNotificationChannel.getName(), IMPORTANCE_NONE); in testUpdateChannelNotifyCreatorBlock()[all …]
336 IMPORTANCE_UNSPECIFIED, IMPORTANCE_NONE,420 public static final int IMPORTANCE_NONE = 0; field in NotificationManager
1939 case NotificationManager.IMPORTANCE_NONE:
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
6051 field public static final int IMPORTANCE_NONE = 0; // 0x0