/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationComparatorTest.java | 122 mRecordHighCall.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp() 138 mRecordInlineReply.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp() 168 mRecordUrgent.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp() 186 mRecordEmail.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp() 214 mRecordHighCall.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp() 224 mRecordColorizedCall.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
|
D | NotificationChannelExtractorTest.java | 19 import static android.app.NotificationManager.IMPORTANCE_HIGH; 67 new NotificationChannel("a", "", IMPORTANCE_HIGH); in testExtractsUpdatedChannel()
|
D | RankingHelperTest.java | 19 import static android.app.NotificationManager.IMPORTANCE_HIGH; 368 new NotificationChannel("id1", "name1", NotificationManager.IMPORTANCE_HIGH); in testChannelXml() 429 new NotificationChannel("id1", "name1", NotificationManager.IMPORTANCE_HIGH); in testChannelXmlForBackup() 440 NotificationChannel channel3 = new NotificationChannel("id3", "NAM3", IMPORTANCE_HIGH); in testChannelXmlForBackup() 602 new NotificationChannel("id1", "name1", NotificationManager.IMPORTANCE_HIGH); in testChannelXml_backup() 671 + "\" importance=\"" + NotificationManager.IMPORTANCE_HIGH in testChannelXml_upgradeCreateDefaultChannel() 685 assertEquals(NotificationManager.IMPORTANCE_HIGH, updated1.getImportance()); in testChannelXml_upgradeCreateDefaultChannel() 802 new NotificationChannel("id2", "name2", NotificationManager.IMPORTANCE_HIGH); in testUpdate() 1080 new NotificationChannel("id4", "a", NotificationManager.IMPORTANCE_HIGH); in testGetDeletedChannels() 1112 new NotificationChannel("id4", "a", NotificationManager.IMPORTANCE_HIGH); in testGetDeletedChannelCount() [all …]
|
D | BadgeExtractorTest.java | 24 import static android.app.NotificationManager.IMPORTANCE_HIGH; 107 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_HIGH); in testAppNoChannelYes() 149 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_HIGH); in testAppYesChannelYesUserNo()
|
D | ImportanceExtractorTest.java | 108 new NotificationChannel("a", "a", NotificationManager.IMPORTANCE_HIGH); in testAppPreferenceChannelPreference() 114 assertEquals(r.getUserImportance(), NotificationManager.IMPORTANCE_HIGH); in testAppPreferenceChannelPreference()
|
D | BuzzBeepBlinkTest.java | 21 import static android.app.NotificationManager.IMPORTANCE_HIGH; 252 new NotificationChannel("test", "test", IMPORTANCE_HIGH); in getNotificationRecord() 901 NotificationChannel channel = new NotificationChannel("test", "test", IMPORTANCE_HIGH); in testEmptyUriSoundTreatedAsNoSound() 962 new NotificationChannel("test", "test", IMPORTANCE_HIGH)); in testCrossUserSoundMuted()
|
D | NotificationRecordTest.java | 303 assertEquals(NotificationManager.IMPORTANCE_HIGH, record.getImportance()); in testImportance_preUpgrade() 327 assertEquals(NotificationManager.IMPORTANCE_HIGH, record.getImportance()); in testImportance_locked_unspecified_preUpgrade()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 58 NotificationManager.IMPORTANCE_HIGH); in createAll() 114 name, NotificationManager.IMPORTANCE_HIGH); // pop on screen in createScreenshotChannel()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 109 assertEquals(NotificationManager.IMPORTANCE_HIGH, newChannel.getImportance()); in testInheritFromLegacy_dropsUnlockedLegacySettings() 118 assertEquals(NotificationManager.IMPORTANCE_HIGH, newChannel.getImportance()); in testInheritFromLegacy_noLegacyExists()
|
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/ |
D | AndroidFragment.java | 70 "deeplink", "Deep Links", NotificationManager.IMPORTANCE_HIGH)); in onViewCreated()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTest.java | 19 import static android.app.NotificationManager.IMPORTANCE_HIGH; 373 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH); in testShouldPeek_nonSuppressedGroupSummary() 394 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH); in testShouldPeek_suppressedGroupSummary() 414 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH); in testShouldPeek_suppressedPeek() 432 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH); in testShouldPeek_noSuppressedPeek()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 86 NotificationManager.IMPORTANCE_HIGH), in createAll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 85 NotificationManager.IMPORTANCE_HIGH); in dumpLeak()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 111 NotificationManager.IMPORTANCE_HIGH); in createAll()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 20 import static android.app.NotificationManager.IMPORTANCE_HIGH; 89 mNM.createNotificationChannel(new NotificationChannel("high", "High", IMPORTANCE_HIGH)); in onCreate() 112 new NotificationChannel("phone call", "Phone Call", IMPORTANCE_HIGH);
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 20 import static android.app.NotificationManager.IMPORTANCE_HIGH; 337 requestedImportance = IMPORTANCE_HIGH; in calculateImportance() 358 requestedImportance = IMPORTANCE_HIGH; in calculateImportance()
|
D | NotificationUsageStats.java | 19 import static android.app.NotificationManager.IMPORTANCE_HIGH; 1293 if (noisy && after < IMPORTANCE_HIGH) { in putNotificationDetails()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationData.java | 390 boolean aSystemMax = aImportance >= NotificationManager.IMPORTANCE_HIGH && 392 boolean bSystemMax = bImportance >= NotificationManager.IMPORTANCE_HIGH &&
|
D | NotificationEntryManager.java | 770 < NotificationManager.IMPORTANCE_HIGH) { in addNotificationInternal() 960 : NotificationManager.IMPORTANCE_HIGH; in shouldPeek()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 257 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH 304 public static final int IMPORTANCE_HIGH = 4; field in NotificationManager
|
/frameworks/support/compat/src/main/java/androidx/core/app/ |
D | NotificationManagerCompat.java | 142 public static final int IMPORTANCE_HIGH = 4; field in NotificationManagerCompat
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 291 NotificationManager.IMPORTANCE_HIGH)); in onStart()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1619 case NotificationManager.IMPORTANCE_HIGH:
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 962 NotificationManager.IMPORTANCE_HIGH)); in handleMessage()
|
/frameworks/support/compat/api_legacy/ |
D | 28.0.0-alpha1.txt | 621 field public static final int IMPORTANCE_HIGH = 4; // 0x4
|