/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() 73 record.setShowBadge(false); in process()
|
D | RankingConfig.java | 27 void setShowBadge(String packageName, int uid, boolean showBadge); in setShowBadge() method
|
D | PreferencesHelper.java | 777 public void setShowBadge(String packageName, int uid, boolean showBadge) { in setShowBadge() method in PreferencesHelper 1081 channel.setShowBadge(false); in createNotificationChannel() 1283 conversation.setShowBadge(updatedParent.canShowBadge()); in maybeUpdateChildConversationChannel()
|
D | NotificationRecord.java | 1177 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationRecord
|
D | NotificationManagerService.java | 3993 public void setShowBadge(String pkg, int uid, boolean showBadge) { 3995 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 | 614 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXml() 685 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForBackup() 697 mHelper.setShowBadge(PKG_O, UID_O, true); in testChannelXmlForBackup() 766 idn.setShowBadge(false); in testReadXml_oldXml_migrates() 768 ido.setShowBadge(true); in testReadXml_oldXml_migrates() 828 idn.setShowBadge(false); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 830 ido.setShowBadge(true); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 897 idn.setShowBadge(false); in testReadXml_newXml_noMigration_showPermissionNotification() 899 ido.setShowBadge(true); in testReadXml_newXml_noMigration_showPermissionNotification() 956 idn.setShowBadge(false); in testReadXml_newXml_permissionNotificationOff() [all …]
|
D | NotificationManagerServiceTest.java | 1199 r.setShowBadge(!r.canShowBadge()); in getSignalExtractorSideEffects() 11136 original.setShowBadge(!original.canShowBadge());
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 180 heavyWeightChannel.setShowBadge(false); in createAll()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 452 copy.setShowBadge(mShowBadge); in copy() 590 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationChannel 1146 setShowBadge(safeBool(parser, ATT_SHOW_BADGE, false)); in populateFromXml()
|
D | INotificationManager.aidl | 65 void setShowBadge(String pkg, int uid, boolean showBadge); in setShowBadge() method
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationChannelTest.java | 600 original.setShowBadge(true); in testCopy()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2336 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6498 Landroid/app/INotificationManager$Stub$Proxy;->setShowBadge(Ljava/lang/String;IZ)V 6685 Landroid/app/INotificationManager;->setShowBadge(Ljava/lang/String;IZ)V
|
/frameworks/base/services/ |
D | art-wear-profile | 16315 PLcom/android/server/notification/NotificationRecord;->setShowBadge(Z)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2336 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
|
/frameworks/base/core/api/ |
D | current.txt | 6966 method public void setShowBadge(boolean);
|