Searched refs:mPendingRttRequestId (Results 1 – 1 of 1) sorted by relevance
476 private int mPendingRttRequestId = INVALID_RTT_REQUEST_ID; field in Call2378 mPendingRttRequestId = mCallsManager.getNextRttRequestId(); in onRemoteRttRequest()2380 l.onRemoteRttRequest(this, mPendingRttRequestId); in onRemoteRttRequest()2385 if (mPendingRttRequestId == INVALID_RTT_REQUEST_ID) { in handleRttRequestResponse()2389 if (id != mPendingRttRequestId) { in handleRttRequestResponse()2390 Log.w(this, "Response ID %d does not match expected %d", id, mPendingRttRequestId); in handleRttRequestResponse()