Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgSelectorTest.java128 @Mock private CellIdentityWcdma mMockCellIdentityWcdma; field in EpdgSelectorTest
727 when(mMockCellInfoWcdma.getCellIdentity()).thenReturn(mMockCellIdentityWcdma); in testCellularResolutionMethod()
728 when(mMockCellIdentityWcdma.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
729 when(mMockCellIdentityWcdma.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()
730 when(mMockCellIdentityWcdma.getLac()).thenReturn(testLac); in testCellularResolutionMethod()