Searched refs:setShowBadge (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BadgeExtractor.java | 50 record.setShowBadge(false); in process() 53 record.setShowBadge(record.getChannel().canShowBadge() && appCanShowBadge); in process() 55 record.setShowBadge(appCanShowBadge); in process() 61 record.setShowBadge(false); in process()
|
D | RankingConfig.java | 29 void setShowBadge(String packageName, int uid, boolean showBadge); in setShowBadge() method
|
D | PreferencesHelper.java | 546 public void setShowBadge(String packageName, int uid, boolean showBadge) { in setShowBadge() method in PreferencesHelper 720 channel.setShowBadge(false); in createNotificationChannel()
|
D | NotificationRecord.java | 1005 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationRecord
|
D | NotificationManagerService.java | 2562 public void setShowBadge(String pkg, int uid, boolean showBadge) { 2564 mPreferencesHelper.setShowBadge(pkg, uid, showBadge);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 340 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXml() 407 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForBackup() 417 mHelper.setShowBadge(PKG_O, UID_O, true); in testChannelXmlForBackup() 797 defaultChannel.setShowBadge(false); in testUpdate_preUpgrade_updatesAppFields() 824 channel.setShowBadge(false); in testUpdate_postUpgrade_noUpdateAppFields() 851 channel.setShowBadge(false); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 861 defaultChannel.setShowBadge(false); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 890 channel.setShowBadge(true); in testCreateChannel_CannotChangeHiddenFields() 921 channel.setShowBadge(true); in testCreateChannel_CannotChangeHiddenFieldsAssistant() 1041 update3.setShowBadge(false); in testLockFields_visibilityAndDndAndBadge() [all …]
|
D | BadgeExtractorTest.java | 66 channel.setShowBadge(showBadge); in getNotificationRecord()
|
D | NotificationManagerServiceTest.java | 508 r.setShowBadge(!r.canShowBadge()); in getSignalExtractorSideEffects()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 168 heavyWeightChannel.setShowBadge(false); in createAll()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 58 void setShowBadge(String pkg, int uid, boolean showBadge); in setShowBadge() method
|
D | NotificationChannel.java | 384 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationChannel 725 setShowBadge(safeBool(parser, ATT_SHOW_BADGE, false)); in populateFromXml()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1931 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
|
D | hiddenapi-greylist-max-o.txt | 6918 Landroid/app/INotificationManager$Stub$Proxy;->setShowBadge(Ljava/lang/String;IZ)V 7107 Landroid/app/INotificationManager;->setShowBadge(Ljava/lang/String;IZ)V
|
/frameworks/base/api/ |
D | current.txt | 5779 method public void setShowBadge(boolean);
|