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/
DCommandsInterface.java1844 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() method
DRIL.java3442 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() method in RIL
3454 radioProxy.getCellInfoList(rr.mSerial); in getCellInfoList()
DServiceStateTracker.java4799 mCi.getCellInfoList(msg, workSource); in requestAllCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken636 public void getCellInfoList(Message result) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java732 mRILUnderTest.getCellInfoList(obtainMessage(), null); in testGetCellInfoList()
733 verify(mRadioProxy).getCellInfoList(mSerialNumberCaptor.capture()); in testGetCellInfoList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1922 public synchronized void getCellInfoList(Message response, WorkSource workSource) { in getCellInfoList() method in SimulatedCommands