Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java874 final List<CellInfo> cellList = new ArrayList<CellInfo>(); in testGetLocationMcc() local
875 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()
877 cellList.add(makeTestCellInfoGsm("460")); in testGetLocationMcc()
878 cellList.add(makeTestCellInfoGsm("460")); in testGetLocationMcc()
879 cellList.add(makeTestCellInfoLte("466")); in testGetLocationMcc()
933 final List<CellInfo> cellList = new ArrayList<CellInfo>(); in setupNoSimCardNeighborMcc() local
935 cellList.add(makeTestCellInfoGsm(Integer.toString(testMcc))); in setupNoSimCardNeighborMcc()
936 doReturn(cellList).when(mTelephony).getAllCellInfo(); in setupNoSimCardNeighborMcc()