OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
133
* String.format(SdkConstants.
NS_CUSTOM_RESOURCES
, "android");
134
* String.format(SdkConstants.
NS_CUSTOM_RESOURCES
, "com.test.mycustomapp");
140
// TODO rename
NS_CUSTOM_RESOURCES
to NS_CUSTOM_RESOURCES_S (denoting it takes a %s) in
142
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
284
mNamespace = String.format(AdtConstants.
NS_CUSTOM_RESOURCES
, javaPackage);
Completed in 150 milliseconds