Merge "Set click listeners on displayPreference"

This commit is contained in:
TreeHugger Robot
2018-05-21 22:18:53 +00:00
committed by Android (Google) Code Review
4 changed files with 43 additions and 36 deletions

View File

@@ -85,6 +85,7 @@ public class ZenModeVisEffectsCustomPreferenceControllerTest {
ReflectionHelpers.setField(mController, "mBackend", mBackend);
when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mockPref);
mController.displayPreference(mScreen);
}
@Test