Home
last modified time | relevance | path

Searched refs:gotBackByte (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java513 int gotBackByte = is.read(); in localSocketLoop() local
518 if (gotBackByte != expectByte) { in localSocketLoop()
519 Log.w(TAG, "Got wrong byte back. Got: " + gotBackByte in localSocketLoop()