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.java133 private static volatile List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager
797 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()
891 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initListener() local
923 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initTelephonyCallback() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java315 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local
328 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local