Searched refs:mPendingRttRequestId (Results 1 – 1 of 1) sorted by relevance
562 private int mPendingRttRequestId = INVALID_RTT_REQUEST_ID; field in Call3203 mPendingRttRequestId = mCallsManager.getNextRttRequestId(); in onRemoteRttRequest()3205 l.onRemoteRttRequest(this, mPendingRttRequestId); in onRemoteRttRequest()3210 if (mPendingRttRequestId == INVALID_RTT_REQUEST_ID) { in handleRttRequestResponse()3214 if (id != mPendingRttRequestId) { in handleRttRequestResponse()3215 Log.w(this, "Response ID %d does not match expected %d", id, mPendingRttRequestId); in handleRttRequestResponse()