Searched defs:allCellInfo (Results 1 – 2 of 2) sorted by relevance
130 private static volatile List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager789 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()882 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initListener() local914 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initTelephonyCallback() local
303 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local316 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local