Searched refs:NS_CUSTOM_RESOURCES (Results 1 – 3 of 3) sorted by relevance
152 …public final static String NS_CUSTOM_RESOURCES = "http://schemas.android.com/apk/res/%1$s"; //$NON… field in AdtConstants
231 final String oldAppNamespaceString = String.format(AdtConstants.NS_CUSTOM_RESOURCES, in editXmlResourceFile()233 final String newAppNamespaceString = String.format(AdtConstants.NS_CUSTOM_RESOURCES, in editXmlResourceFile()
302 mNamespace = String.format(AdtConstants.NS_CUSTOM_RESOURCES, javaPackage); in getNamespace()