Home
last modified time | relevance | path

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

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java86 @Mock private CellIdentityWcdma mMockCellIdentityWcdma; field in EpdgSelectorTest
362 when(mMockCellInfoWcdma.getCellIdentity()).thenReturn(mMockCellIdentityWcdma); in testCellularResolutionMethod()
363 when(mMockCellIdentityWcdma.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
364 when(mMockCellIdentityWcdma.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()
365 when(mMockCellIdentityWcdma.getLac()).thenReturn(testLac); in testCellularResolutionMethod()