Home
last modified time | relevance | path

Searched refs:setAllCellInfo (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java357 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo() method in ShadowTelephonyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java149 shadowTelephonyManager.setAllCellInfo(allCellInfo); in shouldGiveAllCellInfo()