Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java123 channel.setShowBadge(false); in createIncomingCallChannel()
137 channel.setShowBadge(false); in createOngoingCallChannel()
151 channel.setShowBadge(true); in createMissedCallChannel()
165 channel.setShowBadge(false); in createDefaultChannel()
DVoicemailChannelUtils.java226 channel.setShowBadge(true); in newChannel()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBadgePreferenceControllerTest.java246 channel.setShowBadge(false); in testOnPreferenceChange_on_channel()
265 channel.setShowBadge(true); in testOnPreferenceChange_off_channel()
292 verify(mBackend, times(1)).setShowBadge(any(), anyInt(), eq(true)); in testOnPreferenceChange_on_app()
309 verify(mBackend, times(1)).setShowBadge(any(), anyInt(), eq(false)); in testOnPreferenceChange_off_app()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBadgePreferenceController.java86 mChannel.setShowBadge(showBadge); in onPreferenceChange()
90 mBackend.setShowBadge(mAppRow.pkg, mAppRow.uid, showBadge); in onPreferenceChange()
DNotificationBackend.java170 public boolean setShowBadge(String pkg, int uid, boolean showBadge) { in setShowBadge() method in NotificationBackend
172 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBadgePreferenceController.java87 mChannel.setShowBadge(showBadge); in onPreferenceChange()
91 mBackend.setShowBadge(mAppRow.pkg, mAppRow.uid, showBadge); in onPreferenceChange()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java133 channel.setShowBadge(canShowBadge); in createChannel()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java188 public boolean setShowBadge(String pkg, int uid, boolean showBadge) { in setShowBadge() method in NotificationBackend
190 sINM.setShowBadge(pkg, uid, showBadge); in setShowBadge()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallingActivity.java221 channel.setShowBadge(false); in configureNotificationChannel()