Searched refs:rsp (Results 1 – 3 of 3) sorted by relevance
905 AuthAsyncResponse rsp = (AuthAsyncResponse) ar.userObj; in handleMessage() local908 synchronized (rsp) { in handleMessage()910 rsp.exception = ar.exception; in handleMessage()913 rsp.exception = new NullPointerException( in handleMessage()918 rsp.authRsp = (IccIoResult) ar.result; in handleMessage()919 if (VDBG) log("ICC SIM AKA: authRsp = " + rsp.authRsp); in handleMessage()921 rsp.exception = e; in handleMessage()925 rsp.notifyAll(); in handleMessage()1222 AuthAsyncResponse rsp = new AuthAsyncResponse(); in getIccSimChallengeResponse() local1224 synchronized (rsp) { in getIccSimChallengeResponse()[all …]
109 public TelephonyEventBuilder setSetupDataCallResponse(RilSetupDataCallResponse rsp) { in setSetupDataCallResponse() argument111 mEvent.setupDataCallResponse = rsp; in setSetupDataCallResponse()
570 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponse() local572 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponse()574 synchronized (rsp) { in testGetCellInfoResponse()575 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponse()578 AsyncResult ar = (AsyncResult) rsp.obj; in testGetCellInfoResponse()589 Message rsp = cih.obtainMessage(0x7357); in testGetCellInfoResponseTimeout() local591 sst.requestAllCellInfo(null, rsp); in testGetCellInfoResponseTimeout()593 synchronized (rsp) { in testGetCellInfoResponseTimeout()594 if (cih.cellInfoResult == null) rsp.wait(5000); in testGetCellInfoResponseTimeout()