HomeSort by relevance Sort by last modified time
    Searched refs:NS_CUSTOM_RESOURCES (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 143 * String.format(SdkConstants.NS_CUSTOM_RESOURCES, "android");
144 * String.format(SdkConstants.NS_CUSTOM_RESOURCES, "com.test.mycustomapp");
150 // TODO rename NS_CUSTOM_RESOURCES to NS_CUSTOM_RESOURCES_S (denoting it takes a %s) in
152 public final static String NS_CUSTOM_RESOURCES = "http://schemas.android.com/apk/res/%1$s"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 231 final String oldAppNamespaceString = String.format(AdtConstants.NS_CUSTOM_RESOURCES,
233 final String newAppNamespaceString = String.format(AdtConstants.NS_CUSTOM_RESOURCES,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 297 mNamespace = String.format(AdtConstants.NS_CUSTOM_RESOURCES, javaPackage);

Completed in 146 milliseconds