Home
last modified time | relevance | path

Searched refs:IMPORTANCE_HIGH (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java19 import static android.app.NotificationManager.IMPORTANCE_HIGH;
297 new NotificationChannel("id1", "name1", NotificationManager.IMPORTANCE_HIGH); in testChannelXml()
356 new NotificationChannel("id1", "name1", NotificationManager.IMPORTANCE_HIGH); in testChannelXmlForBackup()
367 NotificationChannel channel3 = new NotificationChannel("id3", "NAM3", IMPORTANCE_HIGH); in testChannelXmlForBackup()
426 new NotificationChannel("id1", "name1", NotificationManager.IMPORTANCE_HIGH); in testChannelXml_backup()
495 + "\" importance=\"" + NotificationManager.IMPORTANCE_HIGH in testChannelXml_upgradeCreateDefaultChannel()
509 assertEquals(NotificationManager.IMPORTANCE_HIGH, updated1.getImportance()); in testChannelXml_upgradeCreateDefaultChannel()
623 new NotificationChannel("id2", "name2", NotificationManager.IMPORTANCE_HIGH); in testUpdate()
892 new NotificationChannel("id4", "a", NotificationManager.IMPORTANCE_HIGH); in testGetDeletedChannels()
924 new NotificationChannel("id4", "a", NotificationManager.IMPORTANCE_HIGH); in testGetDeletedChannelCount()
[all …]
DBadgeExtractorTest.java23 import static android.app.NotificationManager.IMPORTANCE_HIGH;
104 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_HIGH); in testAppNoChannelYes()
146 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_HIGH); in testAppYesChannelYesUserNo()
DImportanceExtractorTest.java107 new NotificationChannel("a", "a", NotificationManager.IMPORTANCE_HIGH); in testAppPreferenceChannelPreference()
113 assertEquals(r.getUserImportance(), NotificationManager.IMPORTANCE_HIGH); in testAppPreferenceChannelPreference()
DNotificationComparatorTest.java119 mRecordHighCall.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
135 mRecordInlineReply.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
163 mRecordUrgent.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
181 mRecordEmail.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
DNotificationManagerServiceTest.java242 new NotificationChannel("id", "name", NotificationManager.IMPORTANCE_HIGH); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()
256 new NotificationChannel("id", "name", NotificationManager.IMPORTANCE_HIGH); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond()
269 NotificationManager.IMPORTANCE_HIGH); in testBlockedNotifications_suspended()
280 NotificationManager.IMPORTANCE_HIGH); in testBlockedNotifications_blockedChannel()
521 new NotificationChannel("foo", "foo", NotificationManager.IMPORTANCE_HIGH)); in testTvExtenderChannelOverride_onTv()
DBuzzBeepBlinkTest.java21 import static android.app.NotificationManager.IMPORTANCE_HIGH;
226 new NotificationChannel("test", "test", IMPORTANCE_HIGH); in getNotificationRecord()
794 NotificationChannel channel = new NotificationChannel("test", "test", IMPORTANCE_HIGH); in testEmptyUriSoundTreatedAsNoSound()
DNotificationRecordTest.java304 assertEquals(NotificationManager.IMPORTANCE_HIGH, record.getImportance()); in testImportance_preUpgrade()
328 assertEquals(NotificationManager.IMPORTANCE_HIGH, record.getImportance()); in testImportance_locked_unspecified_preUpgrade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java43 NotificationManager.IMPORTANCE_HIGH), in createAll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java19 import static android.app.NotificationManager.IMPORTANCE_HIGH;
285 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH); in testShouldPeek_nonSuppressedGroupSummary()
306 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH); in testShouldPeek_suppressedGroupSummary()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java69 NotificationManager.IMPORTANCE_HIGH), in createAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java85 NotificationManager.IMPORTANCE_HIGH); in dumpLeak()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java97 NotificationManager.IMPORTANCE_HIGH); in createAll()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java21 import static android.app.NotificationManager.IMPORTANCE_HIGH;
301 requestedImportance = IMPORTANCE_HIGH; in calculateImportance()
322 requestedImportance = IMPORTANCE_HIGH; in calculateImportance()
DNotificationUsageStats.java19 import static android.app.NotificationManager.IMPORTANCE_HIGH;
1253 if (noisy && after < IMPORTANCE_HIGH) { in putNotificationDetails()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java297 boolean aSystemMax = aImportance >= NotificationManager.IMPORTANCE_HIGH &&
299 boolean bSystemMax = bImportance >= NotificationManager.IMPORTANCE_HIGH &&
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java20 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/core/java/android/app/
DNotificationManager.java189 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH
231 public static final int IMPORTANCE_HIGH = 4; field in NotificationManager
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java140 public static final int IMPORTANCE_HIGH = 4; field in NotificationManagerCompat
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java287 NotificationManager.IMPORTANCE_HIGH)); in onStart()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1500 case NotificationManager.IMPORTANCE_HIGH:
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java272 NotificationManager.IMPORTANCE_HIGH)); in systemReady()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1579 < NotificationManager.IMPORTANCE_HIGH) { in addNotification()
6916 : NotificationManager.IMPORTANCE_HIGH;
/frameworks/support/api/
D25.1.0.txt4893 field public static final int IMPORTANCE_HIGH = 4; // 0x4
D25.0.0.txt4511 field public static final int IMPORTANCE_HIGH = 4; // 0x4
D25.2.0.txt4893 field public static final int IMPORTANCE_HIGH = 4; // 0x4

12