Home
last modified time | relevance | path

Searched defs:byteArrayOutputStream (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java245 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidCompoundFormula_notConnector() local
295 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidCompoundFormula_andConnector() local
345 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidCompoundFormula_orConnector() local
378 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidAtomicFormula_stringValue() local
412 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidAtomicFormula_hashedValue() local
441 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidAtomicFormula_integerValue() local
469 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in testBinaryString_serializeValidAtomicFormula_booleanValue() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSerializerTest.java234 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in roundTrip() local
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/
H A DDownloadRequest.java314 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in toByteArray() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java555 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); in onStart() local