Searched refs:mPendingRttRequestId (Results 1 – 1 of 1) sorted by relevance
446 private int mPendingRttRequestId = INVALID_RTT_REQUEST_ID; field in Call2208 mPendingRttRequestId = mCallsManager.getNextRttRequestId(); in onRemoteRttRequest()2210 l.onRemoteRttRequest(this, mPendingRttRequestId); in onRemoteRttRequest()2215 if (mPendingRttRequestId == INVALID_RTT_REQUEST_ID) { in handleRttRequestResponse()2219 if (id != mPendingRttRequestId) { in handleRttRequestResponse()2220 Log.w(this, "Response ID %d does not match expected %d", id, mPendingRttRequestId); in handleRttRequestResponse()