HomeSort by relevance Sort by last modified time
    Searched defs:xmlContext (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
FileTypedResource.java 6 public FileTypedResource(FsFile fsFile, ResType resType, XmlContext xmlContext) {
7 super(fsFile.getPath(), resType, xmlContext);
28 public Image(FsFile fsFile, boolean isNinePatch, XmlContext xmlContext) {
29 super(fsFile, ResType.DRAWABLE, xmlContext);
TypedResource.java 8 private final XmlContext xmlContext;
10 public TypedResource(T data, ResType resType, XmlContext xmlContext) {
13 this.xmlContext = xmlContext;
25 return xmlContext.getConfig();
28 public XmlContext getXmlContext() {
29 return xmlContext;
54 ", xmlContext=" + xmlContext
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ConverterTest.java 15 import org.robolectric.res.XmlContext;
20 private XmlContext xmlContext;
27 xmlContext = new XmlContext("", xmlFile, qualifiers);
32 final TypedResource<String> resource = new TypedResource<>(" 100 ", ResType.CHAR_SEQUENCE, xmlContext);
38 final TypedResource<String> resource = new TypedResource<>(" Robolectric ", ResType.CHAR_SEQUENCE, xmlContext);
44 final TypedResource<String> resource = new TypedResource<>(" #aaaaaa ", ResType.COLOR, xmlContext);
50 final TypedResource<String> resource = new TypedResource<>(" #aaaaaa ", ResType.DRAWABLE, xmlContext);
56 final TypedResource<String> resource = new TypedResource<>(" 100 ", ResType.INTEGER, xmlContext);
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
ResBundleTest.java 169 XmlContext xmlContext = mock(XmlContext.class);
170 when(xmlContext.getQualifiers()).thenReturn(Qualifiers.parse("--"));
171 when(xmlContext.getConfig()).thenReturn(new ResTable_config());
172 when(xmlContext.getPackageName()).thenReturn("org.robolectric");
174 TypedResource firstValue = new TypedResource<>("first_value", ResType.CHAR_SEQUENCE, xmlContext);
175 TypedResource secondValue = new TypedResource<>("second_value", ResType.CHAR_SEQUENCE, xmlContext);
196 XmlContext mockXmlContext = mock(XmlContext.class)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 263 milliseconds