/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 61 NotificationManager.IMPORTANCE_LOW); in createAll() 77 NotificationManager.IMPORTANCE_LOW); in createAll() 83 NotificationManager.IMPORTANCE_LOW); in createAll() 92 NotificationManager.IMPORTANCE_LOW); in createAll() 99 NotificationManager.IMPORTANCE_LOW); in createAll() 105 NotificationManager.IMPORTANCE_LOW); in createAll() 118 NotificationManager.IMPORTANCE_LOW); in createAll() 125 NotificationManager.IMPORTANCE_LOW); in createAll() 131 NotificationManager.IMPORTANCE_LOW); in createAll() 143 NotificationManager.IMPORTANCE_LOW); in createAll() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationInfoTest.java | 20 import static android.app.NotificationManager.IMPORTANCE_LOW; 147 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp() 150 IMPORTANCE_LOW); in setUp() 392 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testDoesNotUpdateNotificationChannelAfterImportanceChanged() 405 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testDoesNotUpdateNotificationChannelAfterImportanceChangedMin() 447 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testHandleCloseControls_setsNotificationsDisabledForMultipleChannelNotifications() 468 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testHandleCloseControls_keepsNotificationsEnabledForMultipleChannelNotifications() 603 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testNonBlockableAppDoesNotBecomeBlocked() 616 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testBlockChangedCallsUpdateNotificationChannel() 636 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testBlockChangedCallsUpdateNotificationChannel_blockingHelper() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 67 NotificationManager.IMPORTANCE_LOW); in createAll() 74 NotificationManager.IMPORTANCE_LOW in createAll() 83 NotificationManager.IMPORTANCE_LOW), in createAll() 89 NotificationManager.IMPORTANCE_LOW), in createAll()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 20 import static android.app.NotificationManager.IMPORTANCE_LOW; 240 IMPORTANCE_LOW); in getDefaultChannel() 294 return new NotificationChannel("id", "name", IMPORTANCE_LOW); in getChannel() 370 new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXml() 431 new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXmlForBackup() 497 new NotificationChannel("id", "name", IMPORTANCE_LOW); in testBackupXml_backupCanonicalizedSoundUri() 523 new NotificationChannel("id", "name", IMPORTANCE_LOW); in testRestoreXml_withExistentCanonicalizedSoundUri() 544 new NotificationChannel("id", "name", IMPORTANCE_LOW); in testRestoreXml_withNonExistentCanonicalizedSoundUri() 585 new NotificationChannel("id", "name", IMPORTANCE_LOW); in testBackupRestoreXml_withNullSoundUri() 604 new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXml_backup() [all …]
|
D | NotificationChannelExtractorTest.java | 20 import static android.app.NotificationManager.IMPORTANCE_LOW; 57 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testExtractsUpdatedChannel()
|
D | NotificationIntrusivenessExtractorTest.java | 20 import static android.app.NotificationManager.IMPORTANCE_LOW; 43 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testNonIntrusive()
|
D | ZenModeExtractorTest.java | 19 import static android.app.NotificationManager.IMPORTANCE_LOW; 104 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in generateRecord()
|
D | NotificationAdjustmentExtractorTest.java | 19 import static android.app.NotificationManager.IMPORTANCE_LOW; 108 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in generateRecord()
|
D | NotificationComparatorTest.java | 178 mRecordCheater.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp() 195 mRecordCheaterColorized.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp() 276 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
|
D | GlobalSortKeyComparatorTest.java | 149 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
|
D | NotificationRecordTest.java | 308 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testImportance_locked_preUpgrade() 315 assertEquals(NotificationManager.IMPORTANCE_LOW, record.getImportance()); in testImportance_locked_preUpgrade()
|
D | SnoozeHelperTest.java | 307 TEST_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_LOW);
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationComparator.java | 121 if (record.getImportance() < NotificationManager.IMPORTANCE_LOW) { in isImportantColorized() 132 if (record.getImportance() < NotificationManager.IMPORTANCE_LOW) { in isImportantOngoing() 140 if (record.getImportance() < NotificationManager.IMPORTANCE_LOW) { in isImportantPeople()
|
D | NotificationRecord.java | 21 import static android.app.NotificationManager.IMPORTANCE_LOW; 330 requestedImportance = IMPORTANCE_LOW; in calculateImportance() 347 if (!stats.isNoisy && requestedImportance > IMPORTANCE_LOW) { in calculateImportance() 348 requestedImportance = IMPORTANCE_LOW; in calculateImportance()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | ServiceIntentSender.java | 44 NotificationManager.IMPORTANCE_LOW); in ServiceIntentSender()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationMessagingUtil.java | 50 if (importance < NotificationManager.IMPORTANCE_LOW) { in isImportantMessaging()
|
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/ |
D | AssistantTest.java | 20 import static android.app.NotificationManager.IMPORTANCE_LOW; 74 new NotificationChannel("one", "", IMPORTANCE_LOW); 83 new NotificationChannel("one", "", IMPORTANCE_LOW);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 70 : NotificationManager.IMPORTANCE_LOW); in createAll()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 257 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH 292 public static final int IMPORTANCE_LOW = 2; field in NotificationManager
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 84 NotificationManager.IMPORTANCE_LOW)); in NotificationController()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 21 import static android.app.NotificationManager.IMPORTANCE_LOW; 86 mNM.createNotificationChannel(new NotificationChannel("low", "Low", IMPORTANCE_LOW)); in onCreate()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1589 mIsAmbient = importance < NotificationManager.IMPORTANCE_LOW; in populate() 1615 case NotificationManager.IMPORTANCE_LOW:
|
/frameworks/support/compat/src/main/java/androidx/core/app/ |
D | NotificationManagerCompat.java | 131 public static final int IMPORTANCE_LOW = 2; field in NotificationManagerCompat
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 263 : NotificationManager.IMPORTANCE_LOW)); in onCreate()
|
/frameworks/support/compat/api_legacy/ |
D | 28.0.0-alpha1.txt | 622 field public static final int IMPORTANCE_LOW = 2; // 0x2
|