Searched refs:setInvalidMsgAppDemoted (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
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()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | InvalidConversationPreferenceController.java | 78 mBackend.setInvalidMsgAppDemoted(mAppRow.pkg, mAppRow.uid, !((Boolean) newValue)); in onPreferenceChange()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 330 public void setInvalidMsgAppDemoted(String pkg, int uid, boolean isDemoted) { in setInvalidMsgAppDemoted() method in NotificationBackend 332 sINM.setInvalidMsgAppDemoted(pkg, uid, isDemoted); in setInvalidMsgAppDemoted()
|