Searched defs:allCellInfo (Results 1 – 6 of 6) sorted by relevance
132 private static volatile List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager791 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()885 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initListener() local917 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initTelephonyCallback() local
279 private List<RadioAccessSpecifier> getRadioAccessSpecifier(List<CellInfo> allCellInfo) { in getRadioAccessSpecifier()456 List<CellInfo> allCellInfo = getCellInfo(); in buildNetworkScanRequest() local
304 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local317 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local
352 List<CellInfo> allCellInfo = resultsCallback.cellInfo; in testCellInfo() local
5458 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in testGetAllCellInfo() local
693 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in getNetworkScanRequestForTesting() local