Searched refs:mMockCellIdentityWcdma (Results 1 – 1 of 1) sorted by relevance
128 @Mock private CellIdentityWcdma mMockCellIdentityWcdma; field in EpdgSelectorTest727 when(mMockCellInfoWcdma.getCellIdentity()).thenReturn(mMockCellIdentityWcdma); in testCellularResolutionMethod()728 when(mMockCellIdentityWcdma.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()729 when(mMockCellIdentityWcdma.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()730 when(mMockCellIdentityWcdma.getLac()).thenReturn(testLac); in testCellularResolutionMethod()