Searched refs:VALUE_STRING (Results 1 – 5 of 5) sorted by relevance
28 public static final String VALUE_STRING = "1234"; field in Breakpoint003Debuggee47 callFrameworkMethod1(VALUE_STRING); in run()
48 Breakpoint003Debuggee.VALUE_STRING); in testBreakPointInFrameworkCode()
39 private static final int VALUE_STRING = 0; field in XMPMetaImpl640 return getProperty(schemaNS, propName, VALUE_STRING);673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())740 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())946 return (String) getPropertyObject(schemaNS, propName, VALUE_STRING);1413 case VALUE_STRING:
29 public static final byte VALUE_STRING = 0x17; field in DexValue499 return VALUE_STRING; in getValueKind()
194 case DexValue.VALUE_STRING: { in parseEncodedValue()