Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DRawByteElement.java43 byte[] rawBytes = new byte[payload.remaining()]; in parse()
45 payload.get(rawBytes); in parse()
47 return new RawByteElement(infoID, rawBytes); in parse()
/frameworks/base/location/tests/locationtests/src/android/location/
DLocationTest.java243 byte[] rawBytes = parcel.marshall(); in testParcel()
248 parcel.unmarshall(rawBytes, 0, rawBytes.length); in testParcel()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java795 byte[] rawBytes = null; in parseQuotedPrintable()
797 rawBytes = rawString.getBytes(sourceCharset); in parseQuotedPrintable()
800 rawBytes = rawString.getBytes(); in parseQuotedPrintable()
805 decodedBytes = QuotedPrintableCodecPort.decodeQuotedPrintable(rawBytes); in parseQuotedPrintable()
808 decodedBytes = rawBytes; in parseQuotedPrintable()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java285 final long rawBytes = entry.rxBytes + entry.txBytes; in getHistory() local
290 final long targetRxBytes = multiplySafeByRational(targetBytes, rawRxBytes, rawBytes); in getHistory()
291 final long targetTxBytes = multiplySafeByRational(targetBytes, rawTxBytes, rawBytes); in getHistory()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt112847 Lsun/security/util/ManifestDigester$Entry;->rawBytes:[B
112855 Lsun/security/util/ManifestDigester;->rawBytes:[B