OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMPLATES
(Results
1 - 3
of
3
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java
36
/** OS Path to the "
templates
" folder which contains the
templates
for new projects. */
37
public final static int
TEMPLATES
= 6;
PlatformTarget.java
101
mPaths.put(
TEMPLATES
, mRootFolderOsPath + SdkConstants.OS_PLATFORM_TEMPLATES_FOLDER);
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java
67
* @deprecated This is only used for older
templates
. For new ones see
71
/** Activity name substitution string used in manifest
templates
, i.e. "ACTIVITY_ENTRY_NAME".*/
73
/** Activity name substitution string used in class
templates
, i.e. "ACTIVITY_CLASS_NAME".*/
75
/** Activity FQ-name substitution string used in class
templates
, i.e. "ACTIVITY_FQ_NAME".*/
77
/** Original Activity class name substitution string used in class
templates
, i.e.
226
// create the map for place-holders of values to replace in the
templates
284
// Older
templates
only expect ACTIVITY_NAME to be the same (and unmodified for tests).
290
// newer
templates
make a difference between the manifest entries, classnames,
669
// create the map for place-holders of values to replace in the
templates
[
all
...]
Completed in 234 milliseconds