/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 57 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/ |
D | NotificationInfoTest.java | 120 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/ |
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 | 22 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/ |
D | NotificationChannels.java | 47 NotificationManager.IMPORTANCE_LOW), in createAll() 57 : NotificationManager.IMPORTANCE_LOW) in createAll()
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 20 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 …]
|
D | NotificationComparatorTest.java | 173 mRecordCheater.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp() 190 mRecordCheaterColorized.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp() 246 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
|
D | GlobalSortKeyComparatorTest.java | 147 NotificationManager.IMPORTANCE_LOW); in getDefaultChannel()
|
D | NotificationRecordTest.java | 309 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testImportance_locked_preUpgrade() 316 assertEquals(NotificationManager.IMPORTANCE_LOW, record.getImportance()); in testImportance_locked_preUpgrade()
|
D | SnoozeHelperTest.java | 306 TEST_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_LOW);
|
D | NotificationManagerServiceTest.java | 19 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/ |
D | NotificationChannelController.java | 63 NotificationManager.IMPORTANCE_LOW), in createAll() 72 NotificationManager.IMPORTANCE_LOW), in createAll()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationMessagingUtil.java | 77 if (importance < NotificationManager.IMPORTANCE_LOW) { in isImportantMessaging()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | ServiceIntentSender.java | 44 NotificationManager.IMPORTANCE_LOW); in ServiceIntentSender()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 189 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/ |
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 | 1472 mIsAmbient = importance < NotificationManager.IMPORTANCE_LOW; in populate() 1496 case NotificationManager.IMPORTANCE_LOW:
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationManagerCompat.java | 129 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/api/ |
D | 25.1.0.txt | 4894 field public static final int IMPORTANCE_LOW = 2; // 0x2
|
D | 25.0.0.txt | 4512 field public static final int IMPORTANCE_LOW = 2; // 0x2
|
D | 25.2.0.txt | 4894 field public static final int IMPORTANCE_LOW = 2; // 0x2
|
D | 24.2.0.txt | 4457 field public static final int IMPORTANCE_LOW = 2; // 0x2
|
D | 26.0.0-alpha1.txt | 5712 field public static final int IMPORTANCE_LOW = 2; // 0x2
|