HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 501 - 525 of 1890) sorted by null

<<21222324252627282930>>

  /frameworks/support/compat/java/android/support/v4/view/
PointerIconCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
19 import static android.os.Build.VERSION.SDK_INT;
161 * &lt;?xml version="1.0" encoding="utf-8"?&gt;
  /frameworks/support/compat/java/android/support/v4/widget/
EdgeEffectCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
38 if (Build.VERSION.SDK_INT >= 21) {
  /frameworks/support/fragment/tests/java/android/support/v4/app/test/
FragmentTestActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
23 import android.os.Build.VERSION;
88 if (VERSION.SDK_INT >= VERSION_CODES.KITKAT) {
146 if (VERSION.SDK_INT > VERSION_CODES.KITKAT) {
284 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) {
  /frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/ui/
VideoActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
52 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
  /frameworks/support/v13/java/android/support/v13/view/
DragAndDropPermissionsCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
67 if (Build.VERSION.SDK_INT >= 24) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RoundedRectHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
37 return Build.VERSION.SDK_INT >= 21;
StaticShadowHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
93 if (Build.VERSION.SDK_INT >= 21) {
  /frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
LeanbackPreferenceFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
44 if (Build.VERSION.SDK_INT >= 21) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuWrapperFactory.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
44 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
VectorEnabledTintResources.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
42 && Build.VERSION.SDK_INT <= MAX_SDK_WHERE_REQUIRED;
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceManager.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
218 if (Build.VERSION.SDK_INT >= 24) {
245 if (Build.VERSION.SDK_INT >= 24) {
259 if (Build.VERSION.SDK_INT >= 24) {
274 if (Build.VERSION.SDK_INT >= 24) {
  /packages/apps/Dialer/java/com/android/incallui/autoresizetext/
AutoResizeTextView.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
22 import android.os.Build.VERSION;
91 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) {
108 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) {
118 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/
PermissionsUtil.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
80 if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.LOLLIPOP_MR1) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DevanagariLetterConstants.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN;
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberBackupAgent.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
54 private static final int VERSION = 1;
96 int version = VERSION; local
98 version = dataInputStream.readInt();
100 BackupState state = new BackupState(version, new TreeSet<Integer>());
134 dataOutputStream.writeInt(VERSION);
192 dataOutputStream.writeInt(VERSION);
212 dataInput.readInt(); // Ignore version.
248 final int version; field in class:BlockedNumberBackupAgent.BackupState
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/build/
FolderBuildInfo.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
KernelBuildInfo.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
74 public void setKernelFile(File kernelFile, String version) {
75 setFile(KERNEL_FILE, kernelFile, version);
OtaToolsDeviceBuildInfo.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
49 public void setOtaPackageFile(File file, String version) {
51 .getVersionedFileMap().put("ota", new VersionedFile(file, version));
53 .getVersionedFileMap().put("ota", new VersionedFile(file, version));
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationDescriptor.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
35 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
SdkBuildInfoTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
41 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 54 * lib/python$VERSION/os.py and the exec_prefix will always be
55 * lib/python$VERSION/lib-dynload, where $VERSION is Python's version
85 * expected by other code, by stripping the "lib/python$VERSION/..." stuff
99 #ifndef VERSION
100 #define VERSION "2.1"
120 #define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
121 EXEC_PREFIX "/lib/python" VERSION "/lib-dynload"
132 static char lib_python[] = "lib/python" VERSION;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 21 /Efi/StdLib/lib/python.VERSION The platform independent Python modules.
22 /Efi/StdLib/lib/python.VERSION/dynalib Dynamically loadable Python extension modules.
41 /* VERSION must be at least two characters long. */
42 #ifndef VERSION
43 #define VERSION "27"
64 #define LIBPYTHON "lib/python." VERSION
159 /* Check for the compiled version of prefix. */
425 The prefix landmark will always be lib/python.VERSION/os.py and the
426 exec_prefix will always be lib/python.VERSION/dynaload, where VERSION
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 27 /Efi/StdLib/lib/python27.10 The version dependent Python modules.
28 /Efi/StdLib/lib/python.27 The version independent Python modules.
48 /* VERSION must be at least two characters long. */
49 #ifndef VERSION
50 #define VERSION SIFY(PY_MAJOR_VERSION) SIFY(PY_MINOR_VERSION)
71 #define LIBPYTHON "lib/python" VERSION "." SIFY(PY_MICRO_VERSION)
356 The prefix landmark will always be lib/python.VERSION/os.py and the
357 exec_prefix will always be lib/python.VERSION/dynaload, where VERSION
358 is Python's version number as defined at the beginning of this file.
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.fdf 306 # VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
317 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
325 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
333 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
344 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
355 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
366 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
378 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
389 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
400 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 196 if ((options.inSampleSize == 1 || Build.VERSION_CODES.KITKAT <= Build.VERSION.SDK_INT) && shouldUsePool(is)) {
207 if (Build.VERSION_CODES.KITKAT <= Build.VERSION.SDK_INT) {
235 if (format == DecodeFormat.ALWAYS_ARGB_8888 || Build.VERSION.SDK_INT == Build.VERSION_CODES.JELLY_BEAN) {
325 if (Build.VERSION_CODES.HONEYCOMB <= Build.VERSION.SDK_INT) {
360 if (Build.VERSION_CODES.HONEYCOMB <= Build.VERSION.SDK_INT) {

Completed in 770 milliseconds

<<21222324252627282930>>