Searched refs:rsp (Results 1 – 2 of 2) sorted by relevance
102 public TelephonyEventBuilder setSetupDataCallResponse(RilSetupDataCallResponse rsp) { in setSetupDataCallResponse() argument104 mEvent.setupDataCallResponse = rsp; in setSetupDataCallResponse()
502 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponse() local504 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponse()506 synchronized (rsp) { in testGetCellInfoResponse()507 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponse()510 AsyncResult ar = (AsyncResult) rsp.obj; in testGetCellInfoResponse()521 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponseTimeout() local523 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponseTimeout()525 synchronized (rsp) { in testGetCellInfoResponseTimeout()526 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponseTimeout()