Home
last modified time | relevance | path

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

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java90 @Mock private CellIdentityNr mMockCellIdentityNr; field in EpdgSelectorTest
376 when(mMockCellInfoNr.getCellIdentity()).thenReturn(mMockCellIdentityNr); in testCellularResolutionMethod()
377 when(mMockCellIdentityNr.getMccString()).thenReturn(testMccString); in testCellularResolutionMethod()
378 when(mMockCellIdentityNr.getMncString()).thenReturn(testMncString); in testCellularResolutionMethod()
379 when(mMockCellIdentityNr.getTac()).thenReturn(testNrTac); in testCellularResolutionMethod()