Searched refs:getCellInfoList (Results 1 – 6 of 6) sorted by relevance
188 public void getCellInfoList(int serial) throws RemoteException { in getCellInfoList() method in RadioNetworkProxy191 mNetworkProxy.getCellInfoList(serial); in getCellInfoList()195 mRadioProxy.getCellInfoList(serial); in getCellInfoList()
1955 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() method
3838 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() method in RIL3852 networkProxy.getCellInfoList(rr.mSerial); in getCellInfoList()
5162 mCi.getCellInfoList(msg, workSource); in requestAllCellInfo()
1112 mRILUnderTest.getCellInfoList(obtainMessage(), null); in testGetCellInfoList()1113 verify(mRadioProxy).getCellInfoList(mSerialNumberCaptor.capture()); in testGetCellInfoList()
1991 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList() method in SimulatedCommands