Searched refs:AUTO_URI (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.SdkConstants.AUTO_URI;137 "must use the special namespace " + AUTO_URI + " instead of a URI which includes " + in testConvertMarkup3()
21 import static com.android.SdkConstants.AUTO_URI;83 "must use the special namespace " + AUTO_URI + " instead of a URI which includes " +198 "use the namespace \"" + AUTO_URI + "\" instead.", null); in checkElement()
24 import static com.android.SdkConstants.AUTO_URI;384 attribute = xmlNode.getAttributes().getNamedItemNS(AUTO_URI, localName); in getAttributeValue()
21 import static com.android.SdkConstants.AUTO_URI;377 appResource = AUTO_URI; in getAppResUri()
21 import static com.android.SdkConstants.AUTO_URI;597 return AUTO_URI;
29 import static com.android.SdkConstants.AUTO_URI;816 namespace = AUTO_URI; in update()
587 public static final String AUTO_URI = field in SdkConstants