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

  /frameworks/base/tools/split-select/
Rule_test.cpp 34 .add(EqRule(Rule::SDK_VERSION, 7))
48 " \"property\": \"SDK_VERSION\","
79 .add(EqRule(Rule::SDK_VERSION, 7))
82 EXPECT_RULES_EQ(Rule::simplify(rule), EqRule(Rule::SDK_VERSION, 7));
88 .add(EqRule(Rule::SDK_VERSION, 7))
90 .add(EqRule(Rule::SDK_VERSION, 8))
95 .add(EqRule(Rule::SDK_VERSION, 7))
96 .add(EqRule(Rule::SDK_VERSION, 8))
RuleGenerator_test.cpp 88 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
94 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
101 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
Rule.h 50 SDK_VERSION,
Rule.cpp 101 case SDK_VERSION:
102 str.append("SDK_VERSION");
136 case SDK_VERSION:
SplitSelector_test.cpp 66 .add(test::GtRule(Rule::SDK_VERSION, 3))
RuleGenerator.cpp 46 version->key = Rule::SDK_VERSION;
68 // SDK_VERSION is handled elsewhere, so we always pick DENSITY_ANY if it's
115 sdk->key = Rule::SDK_VERSION;
  /external/skia/platform_tools/chromeos/bin/
chromeos_make 40 #SDK_VERSION=$(gsutil cat gs://chromeos-image-archive/${deviceID}-release/LATEST-master)
41 #SDK_VERSION=${SDK_VERSION:4}
42 SDK_VERSION="4279.0.0"
44 echo -n ${SDK_VERSION} > "${CHROMEOS_CHROOT}/src/chromeos/CHROMEOS_LKGM"
  /packages/apps/Settings/tests/robotests/src/com/android/settings/password/
SetNewPasswordControllerTest.java 54 @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
  /device/google/marlin/common/
utils.mk 160 # version is a numeric SDK_VERSION defined above
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 258 private static final int SDK_VERSION = Build.VERSION.SDK_INT;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 788 milliseconds