Home
last modified time | relevance | path

Searched refs:setImportance (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java516 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_NONE); in testbindNotification_ChannelDisabledTextVisibleWhenDisabled()
547 mDefaultNotificationChannel.setImportance(NotificationManager.IMPORTANCE_NONE); in testBindNotification_ChannelDisabledTextShowsForDefaultChannel()
569 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testDoesNotUpdateNotificationChannelAfterImportanceChanged()
597 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_UNSPECIFIED); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified()
610 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchOnByDefault()
622 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_NONE); in testEnabledButtonOffWhenAlreadyBanned()
634 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchVisibleByDefault()
646 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchInvisibleIfNonBlockable()
658 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchInvisibleIfNonBlockableSystemChannel()
671 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchVisibleIfBlockableSystemChannel()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java27 void setImportance(String packageName, int uid, int importance); in setImportance() method
DRankingHelper.java568 existing.setImportance(channel.getImportance()); in createNotificationChannel()
828 public void setImportance(String pkgName, int uid, int importance) { in setImportance() method in RankingHelper
838 setImportance(packageName, uid, in setEnabled()
DNotificationRecord.java583 setImportance(IMPORTANCE_DEFAULT, getPeopleExplanation()); in setContactAffinity()
654 public void setImportance(int importance, CharSequence explanation) { in setImportance() method in NotificationRecord
DNotificationManagerService.java3530 r.setImportance(IMPORTANCE_LOW, "Bumped for foreground service");
3532 channel.setImportance(IMPORTANCE_LOW);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java412 mHelper.setImportance(UPDATED_PKG, UID2, IMPORTANCE_NONE); in testChannelXmlForBackup()
615 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testChannelXml_defaultChannelUpdatedApp_userSettings()
709 mHelper.setImportance(PKG, UID, IMPORTANCE_NONE); in testCreateChannel_blocked()
775 mHelper.setImportance(PKG, UID, IMPORTANCE_UNSPECIFIED); in testUpdate_preUpgrade_updatesAppFields()
785 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_updatesAppFields()
809 channel.setImportance(IMPORTANCE_NONE); in testUpdate_postUpgrade_noUpdateAppFields()
950 update2.setImportance(IMPORTANCE_DEFAULT); in testLockFields_lightsAndImportance()
1255 mHelper.setImportance(PKG, UID, NotificationManager.IMPORTANCE_HIGH); in testOnPackageChanged_packageRemoval_importance()
1394 channel1.setImportance(IMPORTANCE_LOW); in testGetChannelGroups_noSideEffects()
DNotificationRecordTest.java309 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testImportance_locked_preUpgrade()
321 defaultChannel.setImportance(NotificationManager.IMPORTANCE_UNSPECIFIED); in testImportance_locked_unspecified_preUpgrade()
DBuzzBeepBlinkTest.java389 r.setImportance(NotificationManager.IMPORTANCE_DEFAULT, "for testing"); in testLights()
428 r.setImportance(NotificationManager.IMPORTANCE_MIN, "foo"); in testNoInterruptionForMin()
916 r.setImportance(IMPORTANCE_MIN, ""); in testA11yMinInitialPost()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java291 mSingleNotificationChannel.setImportance(selectedImportance); in saveImportance()
/frameworks/base/core/java/android/app/
DNotificationChannel.java413 public void setImportance(@Importance int importance) { in setImportance() method in NotificationChannel
/frameworks/base/services/
Dart-profile3030 HPLcom/android/server/notification/RankingConfig;->setImportance(Ljava/lang/String;II)V
/frameworks/base/api/
Dcurrent.txt5562 method public void setImportance(int);
Dtest-current.txt5575 method public void setImportance(int);
Dsystem-current.txt5765 method public void setImportance(int);