Home
last modified time | relevance | path

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

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java84 @Mock private CellIdentityGsm mMockCellIdentityGsm; field in EpdgSelectorTest
355 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()