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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 38 /** OS Path to the "templates" folder which contains the templates for new projects. */
39 public final static int TEMPLATES = 6;
PlatformTarget.java 70 mPaths.put(TEMPLATES, mLocation + SdkConstants.OS_PLATFORM_TEMPLATES_FOLDER);
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 277 int folderID = antBuildVersion == 1 ? IAndroidTarget.TEMPLATES : IAndroidTarget.ANT;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 60 * @deprecated This is only used for older templates. For new ones see
64 /** Activity name substitution string used in manifest templates, i.e. "ACTIVITY_ENTRY_NAME".*/
66 /** Activity name substitution string used in class templates, i.e. "ACTIVITY_CLASS_NAME".*/
68 /** Activity FQ-name substitution string used in class templates, i.e. "ACTIVITY_FQ_NAME".*/
70 /** Original Activity class name substitution string used in class templates, i.e.
251 // create the map for place-holders of values to replace in the templates
308 // Older templates only expect ACTIVITY_NAME to be the same (and unmodified for tests).
314 // newer templates make a difference between the manifest entries, classnames,
569 // create the map for place-holders of values to replace in the templates
    [all...]

Completed in 111 milliseconds