Home
last modified time | relevance | path

Searched refs:xml (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DTestReport.java77 XmlSerializer xml = Xml.newSerializer(); in getContents() local
79 xml.setOutput(outputStream, "utf-8"); in getContents()
80 xml.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true); in getContents()
81 xml.startDocument("utf-8", true); in getContents()
83 xml.startTag(null, TEST_RESULTS_REPORT_TAG); in getContents()
84 xml.attribute(null, "report-version", Integer.toString(REPORT_VERSION)); in getContents()
85 xml.attribute(null, "creation-time", DATE_FORMAT.format(new Date())); in getContents()
87 xml.startTag(null, VERIFIER_INFO_TAG); in getContents()
88 xml.attribute(null, "version-name", Version.getVersionName(mContext)); in getContents()
89 xml.attribute(null, "version-code", Integer.toString(Version.getVersionCode(mContext))); in getContents()
[all …]
/cts/build/
DAndroid.mk25 api_xml_description := $(TARGET_OUT_COMMON_INTERMEDIATES)/api.xml
27 napi_text_description := cts/tools/cts-api-coverage/etc/ndk-api.xml
28 napi_xml_description := $(coverage_out)/ndk-api.xml
34 system_api_xml_description := $(TARGET_OUT_COMMON_INTERMEDIATES)/system-api.xml
38 cts-system-api-xml-coverage-report := $(coverage_out)/system-api-coverage.xml
41 cts-combined-xml-coverage-report := $(coverage_out)/combined-coverage.xml
67 $(cts-system-api-xml-coverage-report): PRIVATE_TEST_CASES := $(COMPATIBILITY_TESTCASES_OUT_cts)
68 $(cts-system-api-xml-coverage-report): PRIVATE_CTS_API_COVERAGE_EXE := $(cts_api_coverage_exe)
69 $(cts-system-api-xml-coverage-report): PRIVATE_DEXDEPS_EXE := $(dexdeps_exe)
70 $(cts-system-api-xml-coverage-report): PRIVATE_API_XML_DESC := $(system_api_xml_description)
[all …]
/cts/hostsidetests/packagemanager/parsing/host/src/android/content/pm/parsing/cts/host/
DUsesSdkTest.kt59 val xml = """ in defaultsNoTag() constant
64 val result = ApkGenerator.install(device, xml, tempFolder) in defaultsNoTag()
73 val xml = """ in defaultsWithTag() constant
79 val result = ApkGenerator.install(device, xml, tempFolder) in defaultsWithTag()
88 val xml = """ in missingMinDefaults() constant
94 val result = ApkGenerator.install(device, xml, tempFolder) in missingMinDefaults()
103 val xml = """ in missingTargetCoercedToMin() constant
109 val result = ApkGenerator.install(device, xml, tempFolder) in missingTargetCoercedToMin()
118 val xml = """ in takeAndroidTargetSdk() constant
129 val result = ApkGenerator.install(device, xml, tempFolder) in takeAndroidTargetSdk()
[all …]
/cts/tests/tests/appenumeration/app/source/
DAndroid.bp28 manifest: "AndroidManifest-queriesNothing.xml",
39 manifest: "AndroidManifest-queriesNothing-receivesUri.xml",
50 manifest: "AndroidManifest-queriesNothing-receivesPermissionProtectedUri.xml",
61 manifest: "AndroidManifest-queriesNothing-seesInstaller.xml",
72 manifest: "AndroidManifest-queriesActivityAction.xml",
83 manifest: "AndroidManifest-queriesServiceAction.xml",
94 manifest: "AndroidManifest-queriesProviderAuthority.xml",
105 manifest: "AndroidManifest-queriesProviderAction.xml",
116 manifest: "AndroidManifest-queriesUnexportedActivityAction.xml",
127 manifest: "AndroidManifest-queriesUnexportedServiceAction.xml",
[all …]
/cts/hostsidetests/signedconfig/app/
DAndroid.bp34 manifest: "version1_AndroidManifest.xml",
45 manifest: "version1_instant_AndroidManifest.xml",
55 manifest: "version2_AndroidManifest.xml",
65 manifest: "version2_instant_AndroidManifest.xml",
75 manifest: "version1_package2_AndroidManifest.xml",
85 manifest: "version2_package2_AndroidManifest.xml",
95 manifest: "version1_badsignature_AndroidManifest.xml",
105 manifest: "version1_badb64_config_AndroidManifest.xml",
115 manifest: "version1_badb64_signature_AndroidManifest.xml",
125 manifest: "version3_configv1_AndroidManifest.xml",
[all …]
/cts/hostsidetests/scopedstorage/
DAndroid.bp21 manifest: "ScopedStorageTestHelper/TestAppA.xml",
32 manifest: "ScopedStorageTestHelper/TestAppB.xml",
43 manifest: "ScopedStorageTestHelper/TestAppC.xml",
54 manifest: "ScopedStorageTestHelper/TestAppC30.xml",
65 manifest: "ScopedStorageTestHelper/TestAppCLegacy.xml",
76 manifest: "ScopedStorageTestHelper/TestAppDLegacy.xml",
88 manifest: "ScopedStorageTestHelper/TestAppFileManager.xml",
99 manifest: "ScopedStorageTestHelper/TestAppFileManagerBypassDB.xml",
110 manifest: "ScopedStorageTestHelper/TestAppSystemGalleryBypassDB.xml",
121 manifest: "ScopedStorageTestHelper/TestAppSystemGallery30BypassDB.xml",
[all …]
/cts/libs/install/
DAndroid.bp22 manifest: "testapp/Av1.xml",
31 manifest: "testapp/Av2.xml",
40 manifest: "testapp/Av3.xml",
48 manifest: "testapp/ACrashingV2.xml",
57 manifest: "testapp/Bv1.xml",
65 manifest: "testapp/Bv2.xml",
73 manifest: "testapp/Bv3.xml",
81 manifest: "testapp/Cv1.xml",
89 manifest: "testapp/Cv2.xml",
97 manifest: "testapp/Av1.xml",
[all …]
/cts/tests/tests/appenumeration/app/target/
DAndroid.bp21 manifest: "AndroidManifest-forceQueryable.xml",
34 manifest: "AndroidManifest-forceQueryable-normalInstall.xml",
47 manifest: "AndroidManifest-filters.xml",
60 manifest: "AndroidManifest-noapi.xml",
73 manifest: "AndroidManifest-stub.xml",
86 manifest: "AndroidManifest-noapi-sharedUser.xml",
99 manifest: "AndroidManifest-contactsActivity.xml",
112 manifest: "AndroidManifest-documentEditorActivity.xml",
125 manifest: "AndroidManifest-shareActivity.xml",
138 manifest: "AndroidManifest-webActivity.xml",
[all …]
/cts/hostsidetests/appsecurity/test-apps/tinyapp/
DAndroid.mk30 LOCAL_MANIFEST_FILE := AndroidManifest-v2.xml
46 LOCAL_MANIFEST_FILE := AndroidManifest-sandbox-v1.xml
60 LOCAL_MANIFEST_FILE := AndroidManifest-shareduid.xml
82 LOCAL_MANIFEST_FILE := AndroidManifest-shareduid.xml
97 LOCAL_MANIFEST_FILE := AndroidManifest-shareduid.xml
110 LOCAL_MANIFEST_FILE := AndroidManifest-shareduid.xml
123 LOCAL_MANIFEST_FILE := AndroidManifest-companion-shareduid.xml
138 LOCAL_MANIFEST_FILE := AndroidManifest-shareduid.xml
152 LOCAL_MANIFEST_FILE := AndroidManifest-companion-shareduid.xml
162 LOCAL_MANIFEST_FILE := AndroidManifest-companion2-shareduid.xml
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DProfileManager.java24 import org.xml.sax.Attributes;
25 import org.xml.sax.InputSource;
26 import org.xml.sax.SAXException;
27 import org.xml.sax.XMLReader;
28 import org.xml.sax.helpers.DefaultHandler;
39 import javax.xml.parsers.ParserConfigurationException;
40 import javax.xml.parsers.SAXParser;
41 import javax.xml.parsers.SAXParserFactory;
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/
DAndroid.bp45 manifest: "AndroidManifest_isolated_jni.xml",
55 manifest: "AndroidManifest_isolated_number_provider_a.xml",
64 manifest: "AndroidManifest_isolated_number_provider_b.xml",
73 manifest: "AndroidManifest_isolated_number_proxy.xml",
85 manifest: "AndroidManifest_isolated_jni.xml",
95 manifest: "AndroidManifest_isolated_number_provider_a.xml",
104 manifest: "AndroidManifest_isolated_number_provider_b.xml",
113 manifest: "AndroidManifest_isolated_number_proxy.xml",
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DHtmlReport.java27 import javax.xml.transform.Transformer;
28 import javax.xml.transform.TransformerException;
29 import javax.xml.transform.TransformerFactory;
30 import javax.xml.transform.stream.StreamResult;
31 import javax.xml.transform.stream.StreamSource;
/cts/tests/tests/resourcesloader/resources/
DAndroid.bp23 manifest: "AndroidManifestApp.xml",
31 manifest: "AndroidManifestApp.xml",
39 manifest: "AndroidManifestApp.xml",
47 manifest: "AndroidManifestApp.xml",
91 manifest: "AndroidManifestSplit1.xml",
99 manifest: "AndroidManifestSplit2.xml",
107 manifest: "AndroidManifestSplit3.xml",
115 manifest: "AndroidManifestSplit4.xml",
/cts/common/device-side/bedstead/testapp/
DAndroid.bp19 manifest: "src/main/testapps/AndroidManifest.xml",
40 manifest: "src/main/library/AndroidManifest.xml",
64 manifest: "src/test/AndroidManifest.xml",
105 manifest: "manifests/EmptyTestAppManifest.xml",
114 manifest: "manifests/EmptyTestApp2Manifest.xml",
124 manifest: "manifests/DeviceAdminManifest.xml",
134 manifest: "manifests/LockTaskAppManifest.xml",
/cts/common/device-side/bedstead/activitycontext/
DAndroid.bp15 manifest: "src/main/AndroidManifest.xml",
33 manifest: "src/test/AndroidManifest.xml",
51 manifest: "src/test/AndroidManifestInstrumentEmptyTestApp.xml",
53 test_config: "ActivityContextInstrumentOtherAppTest.xml"
/cts/hostsidetests/appbinding/app/
DAndroid.bp51 manifest: "app1/AndroidManifest.xml",
65 manifest: "app2/AndroidManifest.xml",
79 manifest: "app3/AndroidManifest.xml",
93 manifest: "app4/AndroidManifest.xml",
106 manifest: "app5/AndroidManifest.xml",
120 manifest: "app6/AndroidManifest.xml",
134 manifest: "app7/AndroidManifest.xml",
149 manifest: "appb/AndroidManifest.xml",
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceWithHeaders.java66 loadHeadersFromResource(R.xml.preference_headers, target); in onBuildHeaders()
73 addPreferencesFromResource(R.xml.preferences); in onCreate()
81 addPreferencesFromResource(R.xml.preferences2); in onCreate()
89 addPreferencesFromResource(R.xml.fragmented_preferences_inner); in onCreate()
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayAll/
DAndroid.bp24 manifest: "AndroidManifest.xml",
36 manifest: "AndroidManifestNoName.xml",
48 manifest: "AndroidManifest.xml",
63 manifest: "AndroidManifestNoName.xml",
75 manifest: "AndroidManifestNoName.xml",
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigParser.java21 import org.xml.sax.InputSource;
22 import org.xml.sax.SAXException;
23 import org.xml.sax.XMLReader;
24 import org.xml.sax.helpers.XMLReaderFactory;
/cts/tests/tests/shortcutmanager/
DAndroid.bp53 manifest: "packages/launchermanifest/AndroidManifest.xml",
73 manifest: "packages/launchermanifest/AndroidManifest.xml",
93 manifest: "packages/launchermanifest/AndroidManifest.xml",
112 manifest: "packages/launchermanifest_nonshared/AndroidManifest.xml",
131 manifest: "packages/packagemanifest/AndroidManifest.xml",
152 manifest: "packages/packagemanifest/AndroidManifest.xml",
173 manifest: "packages/packagemanifest/AndroidManifest.xml",
193 manifest: "packages/packagemanifest_nonshared/AndroidManifest.xml",
209 manifest: "throttling/AndroidManifest.xml",
/cts/tests/app/
DAndroid.bp90 manifest: "DownloadManagerApi28Test/AndroidManifest.xml",
91 test_config: "DownloadManagerApi28Test/AndroidTest.xml",
93 baseline_filename: "lint-baseline-api-28.xml",
127 manifest: "DownloadManagerInstallerTest/AndroidManifest.xml",
128 test_config: "DownloadManagerInstallerTest/AndroidTest.xml",
130 baseline_filename: "lint-baseline-installer.xml",
160 manifest: "AppExitTest/AndroidManifest.xml",
161 test_config: "AppExitTest/AndroidTest.xml",
/cts/tests/tests/sax/src/android/sax/cts/
DElementTest.java20 import org.xml.sax.Attributes;
21 import org.xml.sax.InputSource;
22 import org.xml.sax.XMLReader;
35 import javax.xml.parsers.SAXParser;
36 import javax.xml.parsers.SAXParserFactory;
/cts/hostsidetests/packagemanager/extractnativelibs/apps/
DAndroid.bp38 manifest: "app_no_extract/AndroidManifest.xml",
58 manifest: "app_no_extract/AndroidManifest.xml",
78 manifest: "app_no_extract/AndroidManifest.xml",
97 manifest: "app_extract/AndroidManifest.xml",
117 manifest: "app_extract/AndroidManifest.xml",
137 manifest: "app_extract/AndroidManifest.xml",
/cts/common/device-side/bedstead/nene/
DAndroid.bp11 manifest: "src/main/AndroidManifest.xml",
39 manifest: "src/test/AndroidManifest.xml",
48 manifest: "testapps/TestApp1.xml",
/cts/tools/utils/
Dandroid_api_description_splitter.py80 import xml.dom.minidom;
86 self.doc = xml.dom.minidom.parse(xmlfile)
106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:
125 doc = xml.dom.minidom.Document()

12345678910>>...13