Home
last modified time | relevance | path

Searched refs:requestAllCellInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java587 sst.requestAllCellInfo(null, null); in testCachedCellInfoList()
622 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponse()
641 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponseTimeout()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java4478 requestAllCellInfo(workSource, cellLocRsp); in requestCellIdentity()
5437 public void requestAllCellInfo(WorkSource workSource, Message rspMsg) { in requestAllCellInfo() method in ServiceStateTracker
H A DPhone.java2004 getServiceStateTracker().requestAllCellInfo(workSource, rspMsg); in requestCellInfoUpdate()