Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DDigestMd5Utils.java88 byte[] rawBytes = new byte[8]; in createCnonce()
89 generator.nextBytes(rawBytes); in createCnonce()
91 return Base64.encodeToString(rawBytes, Base64.NO_WRAP); in createCnonce()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DServiceStateProvider.java136 final byte[] rawBytes = values.getAsByteArray(SERVICE_STATE); in insert()
137 p.unmarshall(rawBytes, 0, rawBytes.length); in insert()
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java306 int rawBytes = 0; in dumpStats() local
312 rawBytes += h.bytes.length; in dumpStats()
323 + btk(rawBytes) in dumpStats()
327 + btk(rawBytes + bitmapBytes) in dumpStats()
333 + btk(safeDiv(rawBytes, numHolders)) in dumpStats()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java771 int rawBytes = 0; in dumpStats() local
777 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()