Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DBase64.java156 int bytesCopied = 0; in discardNonBase64() local
160 groomedData[bytesCopied++] = data[i]; in discardNonBase64()
164 byte packedData[] = new byte[bytesCopied]; in discardNonBase64()
166 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied); in discardNonBase64()