Home
last modified time | relevance | path

Searched refs:IMPORTANCE_DEFAULT (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java72 fsc.addNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
73 fsc.addNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
74 fsc.addNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
75 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
76 fsc.addNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
82 fsc.updateNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
83 fsc.updateNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
88 fsc.updateNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
89 fsc.updateNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
90 fsc.updateNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNotificationCRUD_dungeon()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelTest.java19 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
45 new NotificationChannel("1", "one", IMPORTANCE_DEFAULT); in testWriteToParcel()
55 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testSystemBlockable()
63 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testEmptyVibration_noException()
DNotificationIntrusivenessExtractorTest.java19 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
58 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testIntrusive_fillScreen()
76 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testOldNotificationsNotIntrusive()
DNotificationComparatorTest.java131 mRecordDefaultMedia.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
147 mRecordSms.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
155 mRecordStarredContact.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
162 mRecordContact.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
205 mNoMediaSessionMedia.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
DRankingHelperTest.java18 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
998 update2.setImportance(IMPORTANCE_DEFAULT); in testLockFields_lightsAndImportance()
1295 NotificationManager.IMPORTANCE_DEFAULT); in testCreateChannel_noOverrideSound()
1325 new NotificationChannel("not deleted", "belongs to notDeleted", IMPORTANCE_DEFAULT); in testDeleteGroup()
1328 new NotificationChannel("deleted", "belongs to deleted", IMPORTANCE_DEFAULT); in testDeleteGroup()
1563 NotificationChannel nc = new NotificationChannel("id", "hello", IMPORTANCE_DEFAULT); in testCreateChannel_updateName()
1573 assertEquals(IMPORTANCE_DEFAULT, actual.getImportance()); in testCreateChannel_updateName()
1582 NotificationChannel nc = new NotificationChannel("id", "hello", IMPORTANCE_DEFAULT); in testCreateChannel_addToGroup()
1593 assertEquals(IMPORTANCE_DEFAULT, actual.getImportance()); in testCreateChannel_addToGroup()
1741 NotificationChannel a = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testGetNotificationChannelGroupWithChannels()
[all …]
DNotificationRecordTest.java92 new NotificationChannel(channelId, "test", NotificationManager.IMPORTANCE_DEFAULT);
100 new NotificationChannel(channelIdLong, "long", NotificationManager.IMPORTANCE_DEFAULT);
336 assertEquals(NotificationManager.IMPORTANCE_DEFAULT, record.getImportance()); in testImportance_upgrade()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java68 NotificationManager.IMPORTANCE_DEFAULT); in createAll()
137 NotificationManager.IMPORTANCE_DEFAULT); in createAll()
162 NotificationManager.IMPORTANCE_DEFAULT); in createAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java69 ? NotificationManager.IMPORTANCE_DEFAULT in createAll()
75 NotificationManager.IMPORTANCE_DEFAULT); in createAll()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java58 NotificationManager.IMPORTANCE_DEFAULT); in createAll()
130 NotificationManager.IMPORTANCE_DEFAULT); in migrateVoicemailNotificationSettings()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java19 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
88 new NotificationChannel("default", "Default", IMPORTANCE_DEFAULT)); in onCreate()
676 "channel for sound and a custom vibration", IMPORTANCE_DEFAULT);
739 "blue", IMPORTANCE_DEFAULT);
756 "red", IMPORTANCE_DEFAULT);
796 "resource sound", IMPORTANCE_DEFAULT);
815 "resource sound", IMPORTANCE_DEFAULT);
835 "vibrate", IMPORTANCE_DEFAULT);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java51 && record.getImportance() >= NotificationManager.IMPORTANCE_DEFAULT) { in process()
DNotificationRecord.java19 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
316 int requestedImportance = IMPORTANCE_DEFAULT; in calculateImportance()
333 requestedImportance = IMPORTANCE_DEFAULT; in calculateImportance()
352 if (requestedImportance < IMPORTANCE_DEFAULT) { in calculateImportance()
353 requestedImportance = IMPORTANCE_DEFAULT; in calculateImportance()
635 if (mImportance < IMPORTANCE_DEFAULT && in setContactAffinity()
637 setImportance(IMPORTANCE_DEFAULT, getPeopleExplanation()); in setContactAffinity()
/frameworks/support/media/src/androidTest/java/androidx/media/
DMockMediaSessionService2.java84 NotificationManager.IMPORTANCE_DEFAULT); in onUpdateNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DExpandableNotificationRowTest.java19 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
296 new NotificationChannel("id" + i, "dinnertime" + i, IMPORTANCE_DEFAULT); in testGetNumUniqueChildren_multiChannel()
DNotificationGutsManagerTest.java82 TEST_CHANNEL_ID, TEST_CHANNEL_ID, NotificationManager.IMPORTANCE_DEFAULT);
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java86 NotificationManager.IMPORTANCE_DEFAULT)); in startForeground()
/frameworks/base/core/java/android/app/
DRecoverableSecurityException.java123 NotificationManager.IMPORTANCE_DEFAULT)); in showAsNotification()
DNotificationManager.java257 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH
298 public static final int IMPORTANCE_DEFAULT = 3; field in NotificationManager
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java61 NotificationManager.IMPORTANCE_DEFAULT); in setupNotificationChannels()
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
DAssistantTest.java19 import static android.app.NotificationManager.IMPORTANCE_DEFAULT;
76 new NotificationChannel("p1c2", "", IMPORTANCE_DEFAULT);
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java245 NotificationManager.IMPORTANCE_DEFAULT)); in createNotificationChannels()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java367 int aImportance = NotificationManager.IMPORTANCE_DEFAULT;
368 int bImportance = NotificationManager.IMPORTANCE_DEFAULT;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java88 NotificationManager.IMPORTANCE_DEFAULT)); in NotificationController()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1617 case NotificationManager.IMPORTANCE_DEFAULT:
1736 return NotificationManager.IMPORTANCE_DEFAULT; in getImportance()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationManagerCompat.java137 public static final int IMPORTANCE_DEFAULT = 3; field in NotificationManagerCompat

12