/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeConfigTest.java | 222 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml() local 249 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_pkg_component() local 262 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_pkg_configActivity() local 276 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_getPkg_nullPkg() local 291 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_emptyConditionId() local 303 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testZenPolicyXml_allUnset() local 328 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testZenPolicyXml() local
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | PersistentDataStoreTest.java | 157 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testSetBrightness_brightnessTagWithNoUserId_updatesToBrightnessTagWithUserId() local 298 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndReloadOfDisplayBrightnessConfigurations() local 360 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndReloadOfBrightnessConfigurations() local 412 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreResolution() local 447 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreRefreshRate() local 482 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testBrightnessInitialisesWithInvalidFloat() local 501 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreBrightnessNitsForDefaultDisplay() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ |
H A D | PersistentSystemFontConfigTest.java | 63 try (ByteArrayInputStream bais = new ByteArrayInputStream(written)) { in testWriteRead() 80 try (ByteArrayInputStream bais = in testWrongType()
|
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | XmlUtilsTest.java | 61 InputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testreadWriteXmlByteArrayValue() local
|
/aosp14/frameworks/base/identity/java/android/security/identity/ |
H A D | CredstoreIdentityCredential.java | 102 ByteArrayInputStream bais = new ByteArrayInputStream(pkcs12); in ensureEphemeralKeyPair() local 224 ByteArrayInputStream bais = new ByteArrayInputStream(certsBlob); in getCredentialKeyCertificateChain() local 407 ByteArrayInputStream bais = new ByteArrayInputStream(authKeyParcel.x509cert); in getAuthKeysNeedingCertification() local
|
H A D | CredstoreWritableIdentityCredential.java | 55 ByteArrayInputStream bais = new ByteArrayInputStream(certsBlob); in getCredentialKeyCertificateChain() local
|
H A D | CredstorePresentationSession.java | 83 ByteArrayInputStream bais = new ByteArrayInputStream(pkcs12); in ensureEphemeralKeyPair() local
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | AppSearchShortcutPerson.java | 205 try (ByteArrayInputStream bais = new ByteArrayInputStream(icon)) { in transformToIcon()
|
H A D | AppSearchShortcutInfo.java | 707 try (ByteArrayInputStream bais = new ByteArrayInputStream(extras)) { in transformToBundle() 724 try (ByteArrayInputStream bais = new ByteArrayInputStream(extras)) { in transformToPersistableBundle()
|
H A D | Signature.java | 226 final ByteArrayInputStream bais = new ByteArrayInputStream(mSignature); in getPublicKey() local
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A D | SmsMessage.java | 459 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePdu() local 529 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePduFromEfRecord() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/ |
H A D | RemoteProvisioningShellCommand.java | 229 ByteArrayInputStream bais = new ByteArrayInputStream(data); in decode() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | UiccAccessRule.java | 150 ByteArrayInputStream bais = new ByteArrayInputStream(encodedRules); in decodeRules() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | Base64Test.java | 331 ByteArrayInputStream bais; in testInputStream() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | SerializationPerfTest.java | 123 ByteArrayInputStream bais = new ByteArrayInputStream(bytes); in readSingleObject() local
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | RationalTest.java | 470 ByteArrayInputStream bais = new ByteArrayInputStream(array); in deserialize() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/slice/ |
H A D | SliceManagerService.java | 334 final ByteArrayInputStream bais = new ByteArrayInputStream(payload); in applyRestore() local
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsDatabase.java | 1469 ByteArrayInputStream bais = new ByteArrayInputStream(data); in deserializeIntervalStats() local
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsBackupAgent.java | 967 ByteArrayInputStream bais = new ByteArrayInputStream(buffer, 0, nBytes); in restoreLockSettings() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Parcel.java | 5148 ByteArrayInputStream bais = new ByteArrayInputStream(serializedData); in readSerializableInternal() local
|