Searched refs:IMPORTANCE_NONE (Results 1 – 15 of 15) sorted by relevance
23 import android.app.NotificationManager.IMPORTANCE_NONE76 channel2 = NotificationChannel(TEST_CHANNEL2, TEST_CHANNEL_NAME2, IMPORTANCE_NONE) in setup()143 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel()148 IMPORTANCE_NONE, channel1.importance) in testApply_demoteChannel()152 IMPORTANCE_NONE, channel2.importance) in testApply_demoteChannel()226 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testDoneButtonSaysDone_noChanges()243 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testDoneButtonGoesBackToNormal_changeThenNoChange()
24 import android.app.NotificationManager.IMPORTANCE_NONE in <lambda>()187 else IMPORTANCE_NONE) in onFinishInflate()224 switch.isChecked = nc.importance != IMPORTANCE_NONE in updateViews()
24 import android.app.NotificationManager.IMPORTANCE_NONE in <lambda>()
72 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
26 import static android.app.NotificationManager.IMPORTANCE_NONE;455 return hasChangedChannel || p.importance == IMPORTANCE_NONE; in hasUserConfiguredSettings()647 notifPermissions.get(app).first ? IMPORTANCE_DEFAULT : IMPORTANCE_NONE); in writeXml()665 : IMPORTANCE_NONE); in writePackageXml()967 Preconditions.checkArgument(channel.getImportance() >= IMPORTANCE_NONE in createNotificationChannel()1158 && !(channel.isBlockable() || channel.getImportance() == IMPORTANCE_NONE)) { in updateNotificationChannel()1545 || (includeBlocked && nc.getImportance() == IMPORTANCE_NONE) in getNotificationChannelGroups()1845 if (!nc.isDeleted() && IMPORTANCE_NONE == nc.getImportance()) { in getBlockedChannelCount()1916 if (channel.isDeleted() || channel.getImportance() == IMPORTANCE_NONE) { in channelIsLiveLocked()2098 ? IMPORTANCE_DEFAULT : IMPORTANCE_NONE)); in dumpPackagePreferencesLocked()[all …]
66 import static android.app.NotificationManager.IMPORTANCE_NONE;1521 packageImportance = IMPORTANCE_NONE;1577 packageImportance = IMPORTANCE_NONE;3064 if (channel.getImportance() == IMPORTANCE_NONE) {3087 channel.getImportance() != IMPORTANCE_NONE, true);3105 if ((preUpdate.getImportance() == IMPORTANCE_NONE3106 && update.getImportance() != IMPORTANCE_NONE)3107 || (preUpdate.getImportance() != IMPORTANCE_NONE3108 && update.getImportance() == IMPORTANCE_NONE)) {3114 update.getImportance() == IMPORTANCE_NONE)[all …]
24 IMPORTANCE_NONE = 0; // No importance: does not show in the shade. enumerator
41 import static android.app.NotificationManager.IMPORTANCE_NONE;1954 new NotificationChannel("bananas", "bananas", IMPORTANCE_NONE - 1), in testCreateChannel_badImportance()1977 new NotificationChannel("bananas", "bananas", IMPORTANCE_NONE), true, false, in testCreateChannel_badImportance()2014 new NotificationChannel("bananas", "bananas", IMPORTANCE_NONE - 1), true, in testUpdateChannel_badImportance()2070 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_updatesAppFields()2097 channel.setImportance(IMPORTANCE_NONE); in testUpdate_postUpgrade_noUpdateAppFields()2123 channel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()2134 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()2470 new NotificationChannel("id4", "a", NotificationManager.IMPORTANCE_NONE); in testGetBlockedChannelCount()2472 new NotificationChannel("id5", "a", NotificationManager.IMPORTANCE_NONE); in testGetBlockedChannelCount()[all …]
53 import static android.app.NotificationManager.IMPORTANCE_NONE;1630 NotificationManager.IMPORTANCE_NONE); in testBlockedNotifications_blockedChannel()1652 NotificationManager.IMPORTANCE_NONE); in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService()1681 new NotificationChannel("blockedbyuser", "name", IMPORTANCE_NONE); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1684 assertEquals(IMPORTANCE_NONE, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1702 update = new NotificationChannel("blockedbyuser", "name", IMPORTANCE_NONE); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1706 assertEquals(IMPORTANCE_NONE, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1718 assertEquals(IMPORTANCE_NONE, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()1881 bundle.putInt(KEY_IMPORTANCE, IMPORTANCE_NONE); in testBlockedNotifications_blockedByAssistant()3621 defaultChannel.setImportance(IMPORTANCE_NONE); in testDefaultChannelUpdatesApp_postMigrationToPermissions()[all …]
356 channel.getImportance() == NotificationManager.IMPORTANCE_NONE; in onDisplayPerformanceBoostNotification()
486 IMPORTANCE_UNSPECIFIED, IMPORTANCE_NONE,578 public static final int IMPORTANCE_NONE = 0; field in NotificationManager
161 // Importance set as NotificationManager#IMPORTANCE_NONE
2231 case NotificationManager.IMPORTANCE_NONE: in importanceToString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7075 field public static final int IMPORTANCE_NONE = 0; // 0x0