Searched refs:onCellInfoChanged (Results 1 – 3 of 3) sorted by relevance
66 verify(listener).onCellInfoChanged(Collections.emptyList()); in testListenInit()151 verify(listener).onCellInfoChanged(allCellInfo); in shouldGiveAllCellInfo()
362 listener.onCellInfoChanged(allCellInfo); in setAllCellInfo()395 listener.onCellInfoChanged(allCellInfo); in initListener()
314 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged() method in TelephonyStateListeners.CellInfoChangeListener