Home
last modified time | relevance | path

Searched refs:setShowBadge (Results 1 – 18 of 18) 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()
73 record.setShowBadge(false); in process()
DRankingConfig.java27 void setShowBadge(String packageName, int uid, boolean showBadge); in setShowBadge() method
DPreferencesHelper.java777 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()
DNotificationRecord.java1177 public void setShowBadge(boolean showBadge) { in setShowBadge() method in NotificationRecord
DNotificationManagerService.java3993 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/
DBadgeExtractorTest.java70 channel.setShowBadge(showBadge); in getNotificationRecord()
88 channel.setShowBadge(/* showBadge */ true); in getNotificationRecordWithBubble()
119 channel.setShowBadge(/* showBadge */ true); in getNotificationRecordWithMedia()
DPreferencesHelperTest.java614 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 …]
DNotificationManagerServiceTest.java1199 r.setShowBadge(!r.canShowBadge()); in getSignalExtractorSideEffects()
11136 original.setShowBadge(!original.canShowBadge());
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java180 heavyWeightChannel.setShowBadge(false); in createAll()
/frameworks/base/core/java/android/app/
DNotificationChannel.java452 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()
DINotificationManager.aidl65 void setShowBadge(String pkg, int uid, boolean showBadge); in setShowBadge() method
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java600 original.setShowBadge(true); in testCopy()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt2336 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6498 Landroid/app/INotificationManager$Stub$Proxy;->setShowBadge(Ljava/lang/String;IZ)V
6685 Landroid/app/INotificationManager;->setShowBadge(Ljava/lang/String;IZ)V
/frameworks/base/services/
Dart-wear-profile16315 PLcom/android/server/notification/NotificationRecord;->setShowBadge(Z)V
/frameworks/base/config/
Dboot-image-profile.txt2336 HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V
/frameworks/base/core/api/
Dcurrent.txt6966 method public void setShowBadge(boolean);