Searched refs:testMcc (Results 1 – 2 of 2) sorted by relevance
330 int testMcc = 311; in testCellularResolutionMethod() local356 when(mMockCellIdentityGsm.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()363 when(mMockCellIdentityWcdma.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()370 when(mMockCellIdentityLte.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
955 final int testMcc = 460; in setupNoSimCardNeighborMcc() local956 cellList.add(makeTestCellInfoGsm(Integer.toString(testMcc))); in setupNoSimCardNeighborMcc()959 config.mcc = testMcc; in setupNoSimCardNeighborMcc()