Home
last modified time | relevance | path

Searched refs:getCellInfoList (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java188 public void getCellInfoList(int serial) throws RemoteException { in getCellInfoList() method in RadioNetworkProxy
191 mNetworkProxy.getCellInfoList(serial); in getCellInfoList()
195 mRadioProxy.getCellInfoList(serial); in getCellInfoList()
DCommandsInterface.java1955 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() method
DRIL.java3838 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() method in RIL
3852 networkProxy.getCellInfoList(rr.mSerial); in getCellInfoList()
DServiceStateTracker.java5162 mCi.getCellInfoList(msg, workSource); in requestAllCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1112 mRILUnderTest.getCellInfoList(obtainMessage(), null); in testGetCellInfoList()
1113 verify(mRadioProxy).getCellInfoList(mSerialNumberCaptor.capture()); in testGetCellInfoList()
DSimulatedCommands.java1991 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList() method in SimulatedCommands