Searched refs:setInvalidMsgAppDemoted (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | InvalidConversationPreferenceController.java | 78 mBackend.setInvalidMsgAppDemoted(mAppRow.pkg, mAppRow.uid, !((Boolean) newValue)); in onPreferenceChange()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | InvalidConversationPreferenceControllerTest.java | 206 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 D | NotificationBackend.java | 334 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 D | INotificationManager.aidl | 65 void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted); in setInvalidMsgAppDemoted() method
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 534 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 D | PreferencesHelper.java | 709 public void setInvalidMsgAppDemoted(String packageName, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 3509 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) { 3511 mPreferencesHelper.setInvalidMsgAppDemoted(pkg, uid, isDemoted);
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27445 PLcom/android/server/notification/PreferencesHelper;->setInvalidMsgAppDemoted(Ljava/lang/String;IZ)V
|