OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_TOOLS
(Results
1 - 2
of
2
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgCategoryApi.java
30
public final static int
KEY_TOOLS
= Integer.MAX_VALUE / 2;
52
if (api ==
KEY_TOOLS
) {
67
if (key ==
KEY_TOOLS
) {
PackagesDiffLogic.java
724
return PkgCategoryApi.
KEY_TOOLS
;
737
if (cat.getKey().equals(PkgCategoryApi.
KEY_TOOLS
)) {
750
PkgCategoryApi.
KEY_TOOLS
,
783
if (apiKey >= 1 && apiKey != PkgCategoryApi.
KEY_TOOLS
) {
[
all
...]
Completed in 35 milliseconds