Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DInvalidConversationPreferenceControllerTest.java185 verify(mBackend, times(1)).setInvalidMsgAppDemoted(any(), anyInt(), eq(false)); in testOnPreferenceChange_toggleEnabled()
204 verify(mBackend, times(1)).setInvalidMsgAppDemoted(any(), anyInt(), eq(true)); in testOnPreferenceChange_toggleDisabled()
/packages/apps/Settings/src/com/android/settings/notification/app/
DInvalidConversationPreferenceController.java70 mBackend.setInvalidMsgAppDemoted(mAppRow.pkg, mAppRow.uid, !((Boolean) newValue)); in onPreferenceChange()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java300 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() method in NotificationBackend
302 sINM.setInvalidMsgAppDemoted(pkg, uid, isDemoted); in setInvalidMsgAppDemoted()