/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | PersistentDataStoreTest.java | 190 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndReloadOfDisplayBrightnessConfigurations() local 252 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndReloadOfBrightnessConfigurations() local 304 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreResolution() local 339 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreRefreshRate() local 374 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testBrightnessInitialisesWithInvalidFloat() local 393 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreBrightnessNitsForDefaultDisplay() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ |
D | PersistentSystemFontConfigTest.java | 63 try (ByteArrayInputStream bais = new ByteArrayInputStream(written)) { in testWriteRead() 80 try (ByteArrayInputStream bais = in testWrongType()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | XmlUtilsTest.java | 60 InputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testreadWriteXmlByteArrayValue() local
|
/frameworks/base/identity/java/android/security/identity/ |
D | CredstoreIdentityCredential.java | 98 ByteArrayInputStream bais = new ByteArrayInputStream(pkcs12); in ensureEphemeralKeyPair() local 220 ByteArrayInputStream bais = new ByteArrayInputStream(certsBlob); in getCredentialKeyCertificateChain() local 391 ByteArrayInputStream bais = new ByteArrayInputStream(authKeyParcel.x509cert); in getAuthKeysNeedingCertification() local
|
D | CredstoreWritableIdentityCredential.java | 54 ByteArrayInputStream bais = new ByteArrayInputStream(certsBlob); in getCredentialKeyCertificateChain() local
|
D | CredstorePresentationSession.java | 80 ByteArrayInputStream bais = new ByteArrayInputStream(pkcs12); in ensureEphemeralKeyPair() local
|
/frameworks/base/services/core/java/com/android/server/timezone/ |
D | CheckToken.java | 58 ByteArrayInputStream bais = new ByteArrayInputStream(tokenBytes); in fromByteArray() local
|
/frameworks/base/core/java/android/content/pm/ |
D | AppSearchShortcutPerson.java | 205 try (ByteArrayInputStream bais = new ByteArrayInputStream(icon)) { in transformToIcon()
|
D | AppSearchShortcutInfo.java | 707 try (ByteArrayInputStream bais = new ByteArrayInputStream(extras)) { in transformToBundle() 724 try (ByteArrayInputStream bais = new ByteArrayInputStream(extras)) { in transformToPersistableBundle()
|
D | Signature.java | 226 final ByteArrayInputStream bais = new ByteArrayInputStream(mSignature); in getPublicKey() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 459 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePdu() local 529 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePduFromEfRecord() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | UiccAccessRule.java | 150 ByteArrayInputStream bais = new ByteArrayInputStream(encodedRules); in decodeRules() local
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | Base64Test.java | 331 ByteArrayInputStream bais; in testInputStream() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | RationalTest.java | 470 ByteArrayInputStream bais = new ByteArrayInputStream(array); in deserialize() local
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | SliceManagerService.java | 329 final ByteArrayInputStream bais = new ByteArrayInputStream(payload); in applyRestore() local
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsDatabase.java | 1468 ByteArrayInputStream bais = new ByteArrayInputStream(data); in deserializeIntervalStats() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 946 ByteArrayInputStream bais = new ByteArrayInputStream(buffer, 0, nBytes); in restoreLockSettings() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 599 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in convertToHalCdmaSmsMessage() local 644 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in convertToHalCdmaSmsMessageAidl() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 947 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in constructCdmaSendSmsRilRequest() local
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 5085 ByteArrayInputStream bais = new ByteArrayInputStream(serializedData); in readSerializableInternal() local
|