Searched refs:mPendingRttRequestId (Results 1 – 1 of 1) sorted by relevance
737 private int mPendingRttRequestId = INVALID_RTT_REQUEST_ID; field in Call3998 mPendingRttRequestId = mCallsManager.getNextRttRequestId(); in onRemoteRttRequest()4000 l.onRemoteRttRequest(this, mPendingRttRequestId); in onRemoteRttRequest()4005 if (mPendingRttRequestId == INVALID_RTT_REQUEST_ID) { in handleRttRequestResponse()4009 if (id != mPendingRttRequestId) { in handleRttRequestResponse()4010 Log.w(this, "Response ID %d does not match expected %d", id, mPendingRttRequestId); in handleRttRequestResponse()