Home | History | Annotate | Download | only in device

Lines Matching refs:getSimState

182         EasyMock.expect(mMockTestDevice.getSimState()).andStubReturn(SIM_STATE);
1115 assertEquals(SIM_STATE, res.get(0).getSimState());