Searched defs:allCellInfo (Results 1 – 4 of 4) sorted by relevance
69 private List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager357 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()
148 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local
271 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local284 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local
124 private List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager702 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()