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 D | InvalidConversationPreferenceControllerTest.java | 170 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 D | InvalidConversationPreferenceController.java | 69 pref.setChecked(!mBackend.hasUserDemotedInvalidMsgApp(mAppRow.pkg, mAppRow.uid)); in updateState()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | NotificationBackend.java | 325 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 D | INotificationManager.aidl | 64 boolean hasUserDemotedInvalidMsgApp(String pkg, int uid); in hasUserDemotedInvalidMsgApp() method
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 3840 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 D | PreferencesHelper.java | 702 public boolean hasUserDemotedInvalidMsgApp(String packageName, int uid) { in hasUserDemotedInvalidMsgApp() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 3503 public boolean hasUserDemotedInvalidMsgApp(String pkg, int uid) { 3505 return mPreferencesHelper.hasUserDemotedInvalidMsgApp(pkg, uid); 6203 mPreferencesHelper.hasUserDemotedInvalidMsgApp(pkg, notificationUid));
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26502 PLcom/android/server/notification/NotificationManagerService$11;->hasUserDemotedInvalidMsgApp(Ljava… 27421 HPLcom/android/server/notification/PreferencesHelper;->hasUserDemotedInvalidMsgApp(Ljava/lang/Strin…
|