OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openXmlResourceParser
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java
93
XmlResourceParser parser = mAssets.
openXmlResourceParser
("AndroidManifest.xml");
96
parser = mAssets.
openXmlResourceParser
(0, "AndroidManifest.xml");
136
mAssets.
openXmlResourceParser
(0, "notExistFile.txt");
137
fail("test
openXmlResourceParser
(int, String) failed");
155
assets.
openXmlResourceParser
("AndroidManifest.xml");
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLegacyAssetManager.java
543
protected final XmlResourceParser
openXmlResourceParser
(int cookie, String fileName)
[
all
...]
Completed in 709 milliseconds