Searched refs:bais (Results 1 – 11 of 11) sorted by relevance
324 ByteArrayInputStream bais; in testInputStream() local333 bais = new ByteArrayInputStream(encoded); in testInputStream()334 b64is = new Base64InputStream(bais, flags); in testInputStream()342 bais = new ByteArrayInputStream(encoded); in testInputStream()343 b64is = new Base64InputStream(bais, flags); in testInputStream()351 bais = new ByteArrayInputStream(encoded); in testInputStream()352 b64is = new Base64InputStream(bais, flags); in testInputStream()372 bais = new ByteArrayInputStream(plain); in testInputStream()373 b64is = new Base64InputStream(bais, flags, true); in testInputStream()381 bais = new ByteArrayInputStream(plain); in testInputStream()[all …]
117 ByteArrayInputStream bais = new ByteArrayInputStream(array); in getChunk() local120 ois = new ObjectInputStream(bais); in getChunk()
175 final ByteArrayInputStream bais = new ByteArrayInputStream(mSignature); in getPublicKey() local176 final Certificate cert = certFactory.generateCertificate(bais); in getPublicKey()
422 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePdu() local423 DataInputStream dis = new DataInputStream(bais); in parsePdu()488 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePduFromEfRecord() local489 DataInputStream dis = new DataInputStream(bais); in parsePduFromEfRecord()605 bais.close(); in parsePduFromEfRecord()
470 ByteArrayInputStream bais = new ByteArrayInputStream(array); in deserialize() local471 ObjectInputStream ois = new ObjectInputStream(bais); in deserialize()
773 ByteArrayInputStream bais = new ByteArrayInputStream(data); in deserializeIntervalStats() local774 DataInputStream in = new DataInputStream(bais); in deserializeIntervalStats()
643 ByteArrayInputStream bais = new ByteArrayInputStream(buffer, 0, nBytes); in restoreLockSettings() local644 DataInputStream in = new DataInputStream(bais); in restoreLockSettings()
2918 ByteArrayInputStream bais = new ByteArrayInputStream(serializedData); in readSerializable() local2920 ObjectInputStream ois = new ObjectInputStream(bais) { in readSerializable()
2437 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in constructCdmaSendSmsRilRequest() local2438 DataInputStream dis = new DataInputStream(bais); in constructCdmaSendSmsRilRequest()
2582 final ByteArrayInputStream bais = new ByteArrayInputStream(payload);2584 readPolicyXml(bais, true /*forRestore*/);
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...