Searched refs:mMockCellIdentityWcdma (Results 1 – 1 of 1) sorted by relevance
86 @Mock private CellIdentityWcdma mMockCellIdentityWcdma; field in EpdgSelectorTest362 when(mMockCellInfoWcdma.getCellIdentity()).thenReturn(mMockCellIdentityWcdma); in testCellularResolutionMethod()363 when(mMockCellIdentityWcdma.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()364 when(mMockCellIdentityWcdma.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()365 when(mMockCellIdentityWcdma.getLac()).thenReturn(testLac); in testCellularResolutionMethod()