Searched refs:bufF1 (Results 1 – 1 of 1) sorted by relevance
536 ByteBuffer bufF1 = f1.containsKey(key) ? f1.getByteBuffer(key) : null; in compareByteBufferInFormats() local538 if (bufF1 == null && bufF2 == null) { in compareByteBufferInFormats()541 if (bufF1 == null || !bufF1.equals(bufF2)) { in compareByteBufferInFormats()542 Log.i("@@@", "org " + key + ": " + hexString(bufF1)); in compareByteBufferInFormats()