Home
last modified time | relevance | path

Searched refs:setShowBadge (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DBadgeExtractor.java51 record.setShowBadge(false); in process()
54 record.setShowBadge(record.getChannel().canShowBadge() && appCanShowBadge); in process()
56 record.setShowBadge(appCanShowBadge); in process()
62 record.setShowBadge(false); in process()
67 record.setShowBadge(false); in process()
76 record.setShowBadge(false); in process()
DRankingConfig.java29 void setShowBadge(String packageName, int uid, boolean showBadge); in setShowBadge() method
DPreferencesHelper.java651 public void setShowBadge(String packageName, int uid, boolean showBadge) { in setShowBadge() method in PreferencesHelper
914 channel.setShowBadge(false); in createNotificationChannel()
DNotificationRecord.java1033 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationRecord
DNotificationManagerService.java3181 public void setShowBadge(String pkg, int uid, boolean showBadge) {
3183 mPreferencesHelper.setShowBadge(pkg, uid, showBadge);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBadgeExtractorTest.java70 channel.setShowBadge(showBadge); in getNotificationRecord()
88 channel.setShowBadge(/* showBadge */ true); in getNotificationRecordWithBubble()
119 channel.setShowBadge(/* showBadge */ true); in getNotificationRecordWithMedia()
DPreferencesHelperTest.java406 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXml()
473 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForBackup()
486 mHelper.setShowBadge(PKG_O, UID_O, true); in testChannelXmlForBackup()
872 defaultChannel.setShowBadge(false); in testUpdate_preUpgrade_updatesAppFields()
899 channel.setShowBadge(false); in testUpdate_postUpgrade_noUpdateAppFields()
926 channel.setShowBadge(false); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
936 defaultChannel.setShowBadge(false); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
965 channel.setShowBadge(true); in testCreateChannel_CannotChangeHiddenFields()
996 channel.setShowBadge(true); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1116 update3.setShowBadge(false); in testLockFields_visibilityAndDndAndBadge()
[all …]
DNotificationManagerServiceTest.java678 r.setShowBadge(!r.canShowBadge()); in getSignalExtractorSideEffects()
6494 original.setShowBadge(!original.canShowBadge()); in createConversationNotificationChannel()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java177 heavyWeightChannel.setShowBadge(false); in createAll()
/frameworks/base/core/java/android/app/
DNotificationChannel.java461 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationChannel
895 setShowBadge(safeBool(parser, ATT_SHOW_BADGE, false)); in populateFromXml()
DINotificationManager.aidl59 void setShowBadge(String pkg, int uid, boolean showBadge); in setShowBadge() method
/frameworks/base/services/
Dart-profile21377 PLcom/android/server/notification/NotificationManagerService$10;->setShowBadge(Ljava/lang/String;IZ…
21972 HSPLcom/android/server/notification/NotificationRecord;->setShowBadge(Z)V
22174 PLcom/android/server/notification/PreferencesHelper;->setShowBadge(Ljava/lang/String;IZ)V
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt2784 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
/frameworks/base/api/
Dcurrent.txt5963 method public void setShowBadge(boolean);