Searched refs:rawBytes (Results 1 – 4 of 4) sorted by relevance
88 byte[] rawBytes = new byte[8]; in createCnonce()89 generator.nextBytes(rawBytes); in createCnonce()91 return Base64.encodeToString(rawBytes, Base64.NO_WRAP); in createCnonce()
136 final byte[] rawBytes = values.getAsByteArray(SERVICE_STATE); in insert()137 p.unmarshall(rawBytes, 0, rawBytes.length); in insert()
306 int rawBytes = 0; in dumpStats() local312 rawBytes += h.bytes.length; in dumpStats()323 + btk(rawBytes) in dumpStats()327 + btk(rawBytes + bitmapBytes) in dumpStats()333 + btk(safeDiv(rawBytes, numHolders)) in dumpStats()
771 int rawBytes = 0; in dumpStats() local777 rawBytes += h.bytes.length; in dumpStats()785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = " in dumpStats()786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, " in dumpStats()788 + btk(safeDiv(rawBytes, numHolders)) in dumpStats()