Home
last modified time | relevance | path

Searched refs:IMPORTANCE_LOW (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java61 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/
DNotificationInfoTest.java20 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/
DNotificationChannelController.java67 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/
DRankingHelperTest.java20 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 …]
DNotificationChannelExtractorTest.java20 import static android.app.NotificationManager.IMPORTANCE_LOW;
57 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testExtractsUpdatedChannel()
DNotificationIntrusivenessExtractorTest.java20 import static android.app.NotificationManager.IMPORTANCE_LOW;
43 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testNonIntrusive()
DZenModeExtractorTest.java19 import static android.app.NotificationManager.IMPORTANCE_LOW;
104 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in generateRecord()
DNotificationAdjustmentExtractorTest.java19 import static android.app.NotificationManager.IMPORTANCE_LOW;
108 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in generateRecord()
DNotificationComparatorTest.java178 mRecordCheater.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp()
195 mRecordCheaterColorized.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp()
276 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
DGlobalSortKeyComparatorTest.java149 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
DNotificationRecordTest.java308 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testImportance_locked_preUpgrade()
315 assertEquals(NotificationManager.IMPORTANCE_LOW, record.getImportance()); in testImportance_locked_preUpgrade()
DSnoozeHelperTest.java307 TEST_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_LOW);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationComparator.java121 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()
DNotificationRecord.java21 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/
DServiceIntentSender.java44 NotificationManager.IMPORTANCE_LOW); in ServiceIntentSender()
/frameworks/base/core/java/com/android/internal/util/
DNotificationMessagingUtil.java50 if (importance < NotificationManager.IMPORTANCE_LOW) { in isImportantMessaging()
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
DAssistantTest.java20 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/
DNotificationChannels.java70 : NotificationManager.IMPORTANCE_LOW); in createAll()
/frameworks/base/core/java/android/app/
DNotificationManager.java257 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/
DNotificationController.java84 NotificationManager.IMPORTANCE_LOW)); in NotificationController()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java21 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/
DNotificationListenerService.java1589 mIsAmbient = importance < NotificationManager.IMPORTANCE_LOW; in populate()
1615 case NotificationManager.IMPORTANCE_LOW:
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationManagerCompat.java131 public static final int IMPORTANCE_LOW = 2; field in NotificationManagerCompat
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java263 : NotificationManager.IMPORTANCE_LOW)); in onCreate()
/frameworks/support/compat/api_legacy/
D28.0.0-alpha1.txt622 field public static final int IMPORTANCE_LOW = 2; // 0x2

12