/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 186 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeXmlAndPurge() local 273 ByteArrayOutputStream baos = writeXmlAndPurge(package10, uid10, true, 10); in testWriteXml_onlyBackupsTargetUser() local 298 ByteArrayOutputStream baos = writeXmlAndPurge(package0, uid0, true, 0); in testReadXml_onlyRestoresTargetUser() local 343 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, false, in testChannelXml() local 411 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, true, in testChannelXmlForBackup() local 460 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, true, in testBackupXml_backupCanonicalizedSoundUri() local 486 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, true, in testRestoreXml_withExistentCanonicalizedSoundUri() local 508 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, true, in testRestoreXml_withNonExistentCanonicalizedSoundUri() local 551 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, true, in testBackupRestoreXml_withNullSoundUri() local 584 ByteArrayOutputStream baos = writeXmlAndPurge(PKG_N_MR1, UID_N_MR1, true, in testChannelXml_backup() local [all …]
|
D | NotificationChannelTest.java | 74 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testEmptyVibration_noException() local 85 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testBackupEmptySound() local
|
D | ZenModeHelperTest.java | 167 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeXmlAndPurge() local 180 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeXmlAndPurgeForUser() local 192 private XmlPullParser getParserForByteStream(ByteArrayOutputStream baos) throws Exception { in getParserForByteStream() 730 ByteArrayOutputStream baos = writeXmlAndPurge(null); in testWriteXml() local 754 ByteArrayOutputStream baos = writeXmlAndPurgeForUser(null, 10); in testWriteXml_onlyBackupsTargetUser() local 777 ByteArrayOutputStream baos = writeXmlAndPurgeForUser(null, UserHandle.USER_SYSTEM); in testReadXmlRestore_forSystemUser() local 795 ByteArrayOutputStream baos = writeXmlAndPurgeForUser(null, UserHandle.USER_SYSTEM); in testReadXmlRestore_forNonSystemUser() local 842 ByteArrayOutputStream baos = writeXmlAndPurge(null); in testWriteXmlWithZenPolicy() local 883 ByteArrayOutputStream baos = writeXmlAndPurgeForUser(null, UserHandle.USER_SYSTEM); in testReadXmlRestoreWithZenPolicy_forSystemUser() local 910 ByteArrayOutputStream baos = writeXmlAndPurge(5); in testReadXmlRulesNotOverriden() local [all …]
|
D | ZenModeConfigTest.java | 173 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testRuleXml() local
|
D | ManagedServicesTest.java | 365 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteXml_onlyBackupsForTargetUser() local 429 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteXml_trimsMissingServices() local 461 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteXml_writesSetting() local
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | FastXmlSerializerTest.java | 67 try (final ByteArrayOutputStream baos = new ByteArrayOutputStream()) { in checkPreserved() 90 try (final ByteArrayInputStream baos = new ByteArrayInputStream(data)) { in checkPreserved()
|
D | XmlUtilsTest.java | 30 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in testMapWithNullKeys() local
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
D | MainActivityTest.java | 32 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024 * 1024); in encode() local 52 private Object createEncoder(ByteArrayOutputStream baos) throws ClassNotFoundException, in createEncoder()
|
/frameworks/base/core/java/com/android/server/backup/ |
D | UsageStatsBackupHelper.java | 38 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getBackupPayload() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceUserInfoTest.java | 78 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteReadUserInfo() local
|
/frameworks/base/services/core/java/com/android/server/timezone/ |
D | CheckToken.java | 46 ByteArrayOutputStream baos = new ByteArrayOutputStream(12 /* (3 * sizeof(int)) */); in toByteArray() local
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | NinePatch_Delegate.java | 77 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in serialize() local
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | URLFetcher.java | 139 ByteArrayOutputStream baos = new ByteArrayOutputStream(length); in inputStreamToString() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | PersistentDataStoreTest.java | 157 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStoreAndReloadOfBrightnessConfigurations() local
|
D | AmbientBrightnessStatsTrackerTest.java | 333 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteThenReadAmbientBrightnessStats() local
|
D | BrightnessTrackerTest.java | 540 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteThenRead() local 591 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWritePrunesOldEvents() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | UiccAccessRule.java | 72 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in encodeRules() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 903 ByteArrayOutputStream baos = new ByteArrayOutputStream(100); in privateGetSubmitPdu() local 940 ByteArrayOutputStream baos = new ByteArrayOutputStream(100); in createPdu() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | GeneratedMessageTest.java | 719 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testSerialize() local 736 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testSerializePartial() local
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | Base64Test.java | 446 ByteArrayOutputStream baos; in testOutputStream() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | BitmapUtils.java | 242 ByteArrayOutputStream baos = new ByteArrayOutputStream(65536); in compressToBytes() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 541 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getLockSettings() local 866 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getNetworkPolicies() local
|
/frameworks/base/core/java/android/net/ |
D | NetworkPolicy.java | 253 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getBytesForBackup() local
|
D | NetworkTemplate.java | 511 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getBytesForBackup() local
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsDatabase.java | 931 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getBackupPayload() local 1097 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in serializeIntervalStats() local
|