Searched refs:getTagAttributeIntValue (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java92 Integer minSdkVer = getTagAttributeIntValue(manifestDocument, "uses-sdk", "android:minSdkVersion");
93 Integer sdkVer = getTagAttributeIntValue(manifestDocument, "uses-sdk", "android:targetSdkVersion");
180 private Integer getTagAttributeIntValue(final Document doc, final String tag, final String attribute) { method in class:RobolectricConfig
181 return getTagAttributeIntValue(doc, tag, attribute, null);
184 private Integer getTagAttributeIntValue(final Document doc, final String tag, final String attribute, final Integer defaultValue) { method in class:RobolectricConfig
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
H A DAndroidManifest.java146 versionCode = getTagAttributeIntValue(manifestDocument, "manifest", "android:versionCode", 0);
172 minSdkVersion = getTagAttributeIntValue(manifestDocument, "uses-sdk", "android:minSdkVersion");
181 maxSdkVersion = getTagAttributeIntValue(manifestDocument, "uses-sdk", "android:maxSdkVersion");
520 private Integer getTagAttributeIntValue(final Document doc, final String tag, final String attribute) { method in class:AndroidManifest
521 return getTagAttributeIntValue(doc, tag, attribute, null);
524 private Integer getTagAttributeIntValue(final Document doc, final String tag, final String attribute, final Integer defaultValue) { method in class:AndroidManifest
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...

Completed in 268 milliseconds