Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt23 import android.app.NotificationManager.IMPORTANCE_NONE
76 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorListView.kt24 import android.app.NotificationManager.IMPORTANCE_NONE in <lambda>()
187 else IMPORTANCE_NONE) in onFinishInflate()
224 switch.isChecked = nc.importance != IMPORTANCE_NONE in updateViews()
DChannelEditorDialogController.kt24 import android.app.NotificationManager.IMPORTANCE_NONE in <lambda>()
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DLocalMediaProjectionService.java72 CHANNEL_NAME, NotificationManager.IMPORTANCE_NONE); in startForeground()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java26 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 …]
DNotificationManagerService.java66 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_NONE
3106 && update.getImportance() != IMPORTANCE_NONE)
3107 || (preUpdate.getImportance() != IMPORTANCE_NONE
3108 && update.getImportance() == IMPORTANCE_NONE)) {
3114 update.getImportance() == IMPORTANCE_NONE)
[all …]
/frameworks/proto_logging/stats/enums/stats/sysui/
Dnotification_enums.proto24 IMPORTANCE_NONE = 0; // No importance: does not show in the shade. enumerator
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java41 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 …]
DNotificationManagerServiceTest.java53 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 …]
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiver.java356 channel.getImportance() == NotificationManager.IMPORTANCE_NONE; in onDisplayPerformanceBoostNotification()
/frameworks/base/core/java/android/app/
DNotificationManager.java486 IMPORTANCE_UNSPECIFIED, IMPORTANCE_NONE,
578 public static final int IMPORTANCE_NONE = 0; field in NotificationManager
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto161 // Importance set as NotificationManager#IMPORTANCE_NONE
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java2231 case NotificationManager.IMPORTANCE_NONE: in importanceToString()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7075 field public static final int IMPORTANCE_NONE = 0; // 0x0