Merge "Prevent ringing updates" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-10 22:52:10 +00:00
committed by Android (Google) Code Review
11 changed files with 35 additions and 75 deletions

View File

@@ -68,8 +68,7 @@ public class PreventRingingPreferenceControllerTest {
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);
mController = new PreventRingingPreferenceController(
mContext, null, 0, KEY_PICK_UP);
mController = new PreventRingingPreferenceController(mContext, KEY_PICK_UP);
}
@Test