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.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()
/packages/apps/Settings/src/com/android/settings/notification/app/
DInvalidConversationPreferenceController.java78 mBackend.setInvalidMsgAppDemoted(mAppRow.pkg, mAppRow.uid, !((Boolean) newValue)); in onPreferenceChange()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java330 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() method in NotificationBackend
332 sINM.setInvalidMsgAppDemoted(pkg, uid, isDemoted); in setInvalidMsgAppDemoted()