Lines Matching refs:AndroidManifest
33 """Constants for test Android.mk and AndroidManifest.xml creation."""
87 """Create and populate tests/AndroidManifest.xml with variable values from
88 Android.mk and AndroidManifest.xml.
90 Does nothing if tests/AndroidManifest.xml already exists.
93 manifest: AndroidManifest object for application manifest
96 extracted from AndroidManifest.xml
98 IOError: tests/AndroidManifest.xml cannot be opened for writing
117 # write tests/AndroidManifest.xml
203 manifest: AndroidManifest object for application manifest
228 manifest = android_manifest.AndroidManifest(app_path=app_path)