Home
last modified time | relevance | path

Searched defs:allCellInfo (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java130 private static volatile List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager
789 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()
882 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initListener() local
914 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initTelephonyCallback() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java303 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local
316 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local