Home
last modified time | relevance | path

Searched refs:testMcc (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java330 int testMcc = 311; in testCellularResolutionMethod() local
356 when(mMockCellIdentityGsm.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
363 when(mMockCellIdentityWcdma.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
370 when(mMockCellIdentityLte.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java955 final int testMcc = 460; in setupNoSimCardNeighborMcc() local
956 cellList.add(makeTestCellInfoGsm(Integer.toString(testMcc))); in setupNoSimCardNeighborMcc()
959 config.mcc = testMcc; in setupNoSimCardNeighborMcc()