Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1925 default void getCellInfoList(Message result, WorkSource workSource) {} in getCellInfoList() method
DRIL.java3964 public void getCellInfoList(Message result, WorkSource workSource) { in getCellInfoList() method in RIL
3976 radioProxy.getCellInfoList(rr.mSerial); in getCellInfoList()
DServiceStateTracker.java5027 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.java869 mRILUnderTest.getCellInfoList(obtainMessage(), null); in testGetCellInfoList()
870 verify(mRadioProxy).getCellInfoList(mSerialNumberCaptor.capture()); in testGetCellInfoList()