Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DInvalidConversationPreferenceControllerTest.java170 when(mBackend.hasUserDemotedInvalidMsgApp(anyString(), anyInt())).thenReturn(false); in testUpdateState_notChecked()
183 when(mBackend.hasUserDemotedInvalidMsgApp(anyString(), anyInt())).thenReturn(true); in testUpdateState_checked()
196 when(mBackend.hasUserDemotedInvalidMsgApp(anyString(), anyInt())).thenReturn(true); in testOnPreferenceChange_toggleEnabled()
215 when(mBackend.hasUserDemotedInvalidMsgApp(anyString(), anyInt())).thenReturn(false); in testOnPreferenceChange_toggleDisabled()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DInvalidConversationPreferenceController.java69 pref.setChecked(!mBackend.hasUserDemotedInvalidMsgApp(mAppRow.pkg, mAppRow.uid)); in updateState()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java325 public boolean hasUserDemotedInvalidMsgApp(String pkg, int uid) { in hasUserDemotedInvalidMsgApp() method in NotificationBackend
327 return sINM.hasUserDemotedInvalidMsgApp(pkg, uid); in hasUserDemotedInvalidMsgApp()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl64 boolean hasUserDemotedInvalidMsgApp(String pkg, int uid); in hasUserDemotedInvalidMsgApp() method
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3840 assertFalse(mHelper.hasUserDemotedInvalidMsgApp(PKG_P, UID_P)); in testUserDemotedInvalidMsgApp()
3844 assertTrue(mHelper.hasUserDemotedInvalidMsgApp(PKG_P, UID_P)); in testUserDemotedInvalidMsgApp()
3848 assertFalse(mHelper.hasUserDemotedInvalidMsgApp(PKG_P, UID_P)); in testUserDemotedInvalidMsgApp()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java702 public boolean hasUserDemotedInvalidMsgApp(String packageName, int uid) { in hasUserDemotedInvalidMsgApp() method in PreferencesHelper
H A DNotificationManagerService.java3503 public boolean hasUserDemotedInvalidMsgApp(String pkg, int uid) {
3505 return mPreferencesHelper.hasUserDemotedInvalidMsgApp(pkg, uid);
6203 mPreferencesHelper.hasUserDemotedInvalidMsgApp(pkg, notificationUid));
/aosp12/frameworks/base/services/
H A Dart-profile26502 PLcom/android/server/notification/NotificationManagerService$11;->hasUserDemotedInvalidMsgApp(Ljava…
27421 HPLcom/android/server/notification/PreferencesHelper;->hasUserDemotedInvalidMsgApp(Ljava/lang/Strin…