/frameworks/base/services/core/java/com/android/server/notification/ |
D | BadgeExtractor.java | 51 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()
|
D | RankingConfig.java | 29 void setShowBadge(String packageName, int uid, boolean showBadge); in setShowBadge() method
|
D | PreferencesHelper.java | 651 public void setShowBadge(String packageName, int uid, boolean showBadge) { in setShowBadge() method in PreferencesHelper 914 channel.setShowBadge(false); in createNotificationChannel()
|
D | NotificationRecord.java | 1033 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationRecord
|
D | NotificationManagerService.java | 3181 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/ |
D | BadgeExtractorTest.java | 70 channel.setShowBadge(showBadge); in getNotificationRecord() 88 channel.setShowBadge(/* showBadge */ true); in getNotificationRecordWithBubble() 119 channel.setShowBadge(/* showBadge */ true); in getNotificationRecordWithMedia()
|
D | PreferencesHelperTest.java | 406 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 …]
|
D | NotificationManagerServiceTest.java | 678 r.setShowBadge(!r.canShowBadge()); in getSignalExtractorSideEffects() 6494 original.setShowBadge(!original.canShowBadge()); in createConversationNotificationChannel()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 177 heavyWeightChannel.setShowBadge(false); in createAll()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 461 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationChannel 895 setShowBadge(safeBool(parser, ATT_SHOW_BADGE, false)); in populateFromXml()
|
D | INotificationManager.aidl | 59 void setShowBadge(String pkg, int uid, boolean showBadge); in setShowBadge() method
|
/frameworks/base/services/ |
D | art-profile | 21377 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 2784 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
|
/frameworks/base/api/ |
D | current.txt | 5963 method public void setShowBadge(boolean);
|