Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java69 private List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager
357 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java148 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java271 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local
284 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java124 private List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager
702 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()