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.java583 sst.requestAllCellInfo(null, null); in testCachedCellInfoList()
618 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponse()
637 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponseTimeout()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4452 requestAllCellInfo(workSource, cellLocRsp); in requestCellIdentity()
5411 public void requestAllCellInfo(WorkSource workSource, Message rspMsg) { in requestAllCellInfo() method in ServiceStateTracker
DPhone.java2002 getServiceStateTracker().requestAllCellInfo(workSource, rspMsg); in requestCellInfoUpdate()