/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeConfigTest.java | 566 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_classic() local 626 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml() local 671 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_weirdEffects() local 688 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_pkg_component() local 701 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_pkg_configActivity() local 715 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_getPkg_nullPkg() local 730 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_emptyConditionId() local 745 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_customInterruptionFilter() local 757 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testZenPolicyXml_allUnset() local 773 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testRuleXml_userModifiedField() local [all …]
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
D | PersistentDataStoreTest.java | 165 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testSetBrightness_brightnessTagWithNoUserId_updatesToBrightnessTagWithUserId() local 307 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndReloadOfDisplayBrightnessConfigurations() local 370 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndReloadOfBrightnessConfigurations() local 423 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreResolution() local 459 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testStoreAndRestoreRefreshRate() local 495 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testBrightnessInitialisesWithInvalidFloat() local 514 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 | 68 InputStream bais = new ByteArrayInputStream(baos.toByteArray()); in testreadWriteXmlByteArrayValue() local
|
/frameworks/base/identity/java/android/security/identity/ |
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
|
D | CredstoreWritableIdentityCredential.java | 55 ByteArrayInputStream bais = new ByteArrayInputStream(certsBlob); in getCredentialKeyCertificateChain() local
|
D | CredstorePresentationSession.java | 83 ByteArrayInputStream bais = new ByteArrayInputStream(pkcs12); in ensureEphemeralKeyPair() 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 | 227 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 | 339 ByteArrayInputStream bais; in testInputStream() local
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | SerializationPerfTest.java | 123 ByteArrayInputStream bais = new ByteArrayInputStream(bytes); in readSingleObject() local
|
/frameworks/base/services/core/java/com/android/server/security/rkp/ |
D | RemoteProvisioningShellCommand.java | 248 ByteArrayInputStream bais = new ByteArrayInputStream(data); in decode() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | RationalTest.java | 471 ByteArrayInputStream bais = new ByteArrayInputStream(array); in deserialize() local
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | SliceManagerService.java | 334 final ByteArrayInputStream bais = new ByteArrayInputStream(payload); in applyRestore() local
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsDatabase.java | 1482 ByteArrayInputStream bais = new ByteArrayInputStream(data); in deserializeIntervalStats() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 1060 ByteArrayInputStream bais = new ByteArrayInputStream(buffer, 0, nBytes); in restoreLockSettings() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 646 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in convertToHalCdmaSmsMessage() local 691 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in convertToHalCdmaSmsMessageAidl() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 956 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in constructCdmaSendSmsRilRequest() local
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 5354 ByteArrayInputStream bais = new ByteArrayInputStream(serializedData); in readSerializableInternal() local
|