Searched refs:mMockCellIdentityGsm (Results 1 – 1 of 1) sorted by relevance
84 @Mock private CellIdentityGsm mMockCellIdentityGsm; field in EpdgSelectorTest355 when(mMockCellInfoGsm.getCellIdentity()).thenReturn(mMockCellIdentityGsm); in testCellularResolutionMethod()356 when(mMockCellIdentityGsm.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()357 when(mMockCellIdentityGsm.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()358 when(mMockCellIdentityGsm.getLac()).thenReturn(testLac); in testCellularResolutionMethod()