Merge "Prevent ringing updates" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dbffb1812d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user