Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgSelectorTest.java704 int testMnc = 120; in testCellularResolutionMethod() local
722 when(mMockCellIdentityGsm.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()
729 when(mMockCellIdentityWcdma.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()
736 when(mMockCellIdentityLte.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()