Home
last modified time | relevance | path

Searched refs:setInvalidMsgAppDemoted (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DInvalidConversationPreferenceController.java78 mBackend.setInvalidMsgAppDemoted(mAppRow.pkg, mAppRow.uid, !((Boolean) newValue)); in onPreferenceChange()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DInvalidConversationPreferenceControllerTest.java206 verify(mBackend, times(1)).setInvalidMsgAppDemoted(any(), anyInt(), eq(false)); in testOnPreferenceChange_toggleEnabled()
225 verify(mBackend, times(1)).setInvalidMsgAppDemoted(any(), anyInt(), eq(true)); in testOnPreferenceChange_toggleDisabled()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java334 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() method in NotificationBackend
336 sINM.setInvalidMsgAppDemoted(pkg, uid, isDemoted); in setInvalidMsgAppDemoted()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl65 void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted); in setInvalidMsgAppDemoted() method
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java534 mHelper.setInvalidMsgAppDemoted(PKG_P, UID_P, true); in testChannelXmlForBackup()
3839 mHelper.setInvalidMsgAppDemoted(PKG_P, UID_P, true); in testUserDemotedInvalidMsgApp()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java709 public void setInvalidMsgAppDemoted(String packageName, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() method in PreferencesHelper
H A DNotificationManagerService.java3509 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) {
3511 mPreferencesHelper.setInvalidMsgAppDemoted(pkg, uid, isDemoted);
/aosp12/frameworks/base/services/
H A Dart-profile27445 PLcom/android/server/notification/PreferencesHelper;->setInvalidMsgAppDemoted(Ljava/lang/String;IZ)V