Home
last modified time | relevance | path

Searched refs:onCellInfoChanged (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java66 verify(listener).onCellInfoChanged(Collections.emptyList()); in testListenInit()
151 verify(listener).onCellInfoChanged(allCellInfo); in shouldGiveAllCellInfo()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java362 listener.onCellInfoChanged(allCellInfo); in setAllCellInfo()
395 listener.onCellInfoChanged(allCellInfo); in initListener()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyStateListeners.java314 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged() method in TelephonyStateListeners.CellInfoChangeListener