Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java822 sst.requestAllCellInfo(null, null); in testCachedCellInfoList()
857 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponse()
876 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponseTimeout()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4414 requestAllCellInfo(workSource, cellLocRsp); in requestCellIdentity()
5127 public void requestAllCellInfo(WorkSource workSource, Message rspMsg) { in requestAllCellInfo() method in ServiceStateTracker
DPhone.java2132 getServiceStateTracker().requestAllCellInfo(workSource, rspMsg); in requestCellInfoUpdate()