Searched refs:fakeCellInfoArray (Results 1 – 1 of 1) sorted by relevance
346 List<CellInfo> fakeCellInfoArray = new ArrayList<CellInfo>(); in testCellularResolutionMethod() local353 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()