Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java57 NotificationManager.IMPORTANCE_LOW)); in createAll()
70 NotificationManager.IMPORTANCE_LOW)); in createAll()
75 NotificationManager.IMPORTANCE_LOW)); in createAll()
82 NotificationManager.IMPORTANCE_LOW)); in createAll()
87 NotificationManager.IMPORTANCE_LOW)); in createAll()
92 NotificationManager.IMPORTANCE_LOW)); in createAll()
105 NotificationManager.IMPORTANCE_LOW)); in createAll()
110 NotificationManager.IMPORTANCE_LOW)); in createAll()
115 NotificationManager.IMPORTANCE_LOW)); in createAll()
128 NotificationManager.IMPORTANCE_LOW)); in createAll()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java120 TEST_CHANNEL, TEST_CHANNEL_NAME, NotificationManager.IMPORTANCE_LOW); in setUp()
123 NotificationManager.IMPORTANCE_LOW); in setUp()
422 "third_channel", "third_channel", NotificationManager.IMPORTANCE_LOW); in testBindNotification_NumChannelsTextListsChannelsWhenThreeInBundle()
440 "third_channel", "third_channel", NotificationManager.IMPORTANCE_LOW); in testBindNotification_NumChannelsTextListsChannelsWhenFourInBundle()
442 "fourth_channel", "fourth_channel", NotificationManager.IMPORTANCE_LOW); in testBindNotification_NumChannelsTextListsChannelsWhenFourInBundle()
530 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testDoesNotUpdateNotificationChannelAfterImportanceChanged()
571 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchOnByDefault()
595 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchVisibleByDefault()
607 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchInvisibleIfNonBlockable()
619 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchInvisibleIfNonBlockableSystemChannel()
[all …]
/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.java22 import static android.app.NotificationManager.IMPORTANCE_LOW;
294 requestedImportance = IMPORTANCE_LOW; in calculateImportance()
311 if (!stats.isNoisy && requestedImportance > IMPORTANCE_LOW) { in calculateImportance()
312 requestedImportance = IMPORTANCE_LOW; in calculateImportance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java47 NotificationManager.IMPORTANCE_LOW), in createAll()
57 : NotificationManager.IMPORTANCE_LOW) in createAll()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java20 import static android.app.NotificationManager.IMPORTANCE_LOW;
190 IMPORTANCE_LOW); in getDefaultChannel()
239 return new NotificationChannel("id", "name", IMPORTANCE_LOW); in getChannel()
299 new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXml()
358 new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXmlForBackup()
428 new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXml_backup()
430 new NotificationChannel("id3", "name3", IMPORTANCE_LOW); in testChannelXml_backup()
479 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testChannelXml_defaultChannelUpdatedApp_userSettings()
487 assertEquals(NotificationManager.IMPORTANCE_LOW, mHelper.getNotificationChannel( in testChannelXml_defaultChannelUpdatedApp_userSettings()
543 new NotificationChannel("bananas", "bananas", IMPORTANCE_LOW), true); in testDeletesDefaultChannelAfterChannelIsCreated()
[all …]
DNotificationComparatorTest.java173 mRecordCheater.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp()
190 mRecordCheaterColorized.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp()
246 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
DGlobalSortKeyComparatorTest.java147 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
DNotificationRecordTest.java309 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testImportance_locked_preUpgrade()
316 assertEquals(NotificationManager.IMPORTANCE_LOW, record.getImportance()); in testImportance_locked_preUpgrade()
DSnoozeHelperTest.java306 TEST_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_LOW);
DNotificationManagerServiceTest.java19 import static android.app.NotificationManager.IMPORTANCE_LOW;
554 NotificationChannel channel2 = new NotificationChannel("a", "b", IMPORTANCE_LOW); in testCreateChannelNotifyListener()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java63 NotificationManager.IMPORTANCE_LOW), in createAll()
72 NotificationManager.IMPORTANCE_LOW), in createAll()
/frameworks/base/core/java/com/android/internal/util/
DNotificationMessagingUtil.java77 if (importance < NotificationManager.IMPORTANCE_LOW) { in isImportantMessaging()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DServiceIntentSender.java44 NotificationManager.IMPORTANCE_LOW); in ServiceIntentSender()
/frameworks/base/core/java/android/app/
DNotificationManager.java189 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH
219 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.java1472 mIsAmbient = importance < NotificationManager.IMPORTANCE_LOW; in populate()
1496 case NotificationManager.IMPORTANCE_LOW:
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java129 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/api/
D25.1.0.txt4894 field public static final int IMPORTANCE_LOW = 2; // 0x2
D25.0.0.txt4512 field public static final int IMPORTANCE_LOW = 2; // 0x2
D25.2.0.txt4894 field public static final int IMPORTANCE_LOW = 2; // 0x2
D24.2.0.txt4457 field public static final int IMPORTANCE_LOW = 2; // 0x2
D26.0.0-alpha1.txt5712 field public static final int IMPORTANCE_LOW = 2; // 0x2

12