Home
last modified time | relevance | path

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

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java346 List<CellInfo> fakeCellInfoArray = new ArrayList<CellInfo>(); in testCellularResolutionMethod() local
353 fakeCellInfoArray.add(mMockCellInfoGsm); in testCellularResolutionMethod()
360 fakeCellInfoArray.add(mMockCellInfoWcdma); in testCellularResolutionMethod()
367 fakeCellInfoArray.add(mMockCellInfoLte); in testCellularResolutionMethod()
374 fakeCellInfoArray.add(mMockCellInfoNr); in testCellularResolutionMethod()
381 when(mMockTelephonyManager.getAllCellInfo()).thenReturn(fakeCellInfoArray); in testCellularResolutionMethod()