OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codename
(Results
1 - 5
of
5
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AndroidVersion.java
59
* Creates an {@link AndroidVersion} with the given api level and
codename
.
60
*
Codename
should be null for a release version, otherwise it's a preview
codename
.
62
public AndroidVersion(int apiLevel, String
codename
) {
64
mCodename =
codename
;
121
*
codename
if applicable.
131
* <p/>If the
codename
is non null, then the API level should be ignored, and this should be
234
// there may be some collisions between the hashcode of the
codename
and the api level
240
* Returns a string with the API Level and optional
codename
.
267
private int compareTo(int apiLevel, String
codename
) {
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
DocPackage.java
60
String
codeName
= XmlParserUtils.getXmlString(packageNode, SdkRepoConstants.NODE_CODENAME);
61
if (
codeName
.length() == 0) {
62
codeName
= null;
64
mVersion = new AndroidVersion(apiLevel,
codeName
);
77
String
codename
,
85
return new DocPackage(source, props, apiLevel,
codename
, revision, license, description,
92
String
codename
,
109
mVersion = new AndroidVersion(props, apiLevel,
codename
);
134
* For docs, we use "doc-N" where N is the API or the preview
codename
.
238
* However docs that have the same API version (API level +
codename
) are considered
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java
434
// it's ok, it means minSdkVersion contains a (hopefully) valid
codename
.
443
String
codename
= targetVersion.getCodename();
local
444
if (
codename
!= null) {
448
codename
, AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION);
464
// looks like the min sdk is a
codename
, check it matches the
codename
466
String
codename
= targetVersion.getCodename();
local
467
if (
codename
== null) {
476
} else if (
codename
.equals(minSdkVersion) == false) {
479
"Value of manifest attribute '%1$s' does not match platform
codename
'%2$s'"
495
String
codename
= projectTarget.getVersion().getCodename();
local
[
all
...]
/development/build/tools/
mk_sdk_repo_xml.sh
103
AndroidVersion.
CodeName
codename
1
242
# -
codename
platform sample doc add-on system-image
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
7395
String
codename
= dis.readUTF();
local
[
all
...]
Completed in 100 milliseconds