Home
last modified time | relevance | path

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

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java88 @Mock private CellIdentityLte mMockCellIdentityLte; field in EpdgSelectorTest
369 when(mMockCellInfoLte.getCellIdentity()).thenReturn(mMockCellIdentityLte); in testCellularResolutionMethod()
370 when(mMockCellIdentityLte.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()
371 when(mMockCellIdentityLte.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()
372 when(mMockCellIdentityLte.getTac()).thenReturn(testTac); in testCellularResolutionMethod()