Searched defs:AndroidManifest (Results 1 - 1 of 1) sorted by relevance

/development/testrunner/
H A Dandroid_manifest.py18 """In memory representation of AndroidManifest.xml file.
20 Specification of AndroidManifest.xml can be found at
30 class AndroidManifest(object): class in inherits:object
31 """In memory representation of AndroidManifest.xml file."""
33 FILENAME = 'AndroidManifest.xml'
55 """Parse AndroidManifest.xml at the specified path.
58 app_path: path to folder containing AndroidManifest.xml
60 IOError: AndroidManifest.xml cannot be found at given path, or cannot be
113 """Factory method for creating a AndroidManifest.
119 the AndroidManifest o
[all...]

Completed in 64 milliseconds