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

1 2 3 45 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
BuildInfo.java 46 return Build.VERSION.RELEASE;
50 return Integer.toString(Build.VERSION.SDK_INT);
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
ActivityStarter.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
27 @ProvidesInterface(version = ActivityStarter.VERSION)
29 int VERSION = 1;
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DetailAdapter.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
24 @ProvidesInterface(version = DetailAdapter.VERSION)
26 public static final int VERSION = 1;
QSFactory.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION)
31 int VERSION = 1;
QSIconView.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
24 @ProvidesInterface(version = QSIconView.VERSION)
26 public static final int VERSION = 1;
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
NavGesture.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
22 @ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION)
27 public static final int VERSION = 1;
  /frameworks/support/compat/java/android/support/v4/view/
ScaleGestureDetectorCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
53 if (Build.VERSION.SDK_INT >= 19) {
78 if (Build.VERSION.SDK_INT >= 19) {
  /libcore/support/src/test/java/tests/support/
Support_ProviderTrust.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
34 // Version of the services
35 private static final double VERSION = 1.0;
45 super(NAME, VERSION, INFO);
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
VoicemailErrorMessageCreator.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import android.os.Build.VERSION;
36 if (VERSION.SDK_INT < VERSION_CODES.N_MR1) {
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
PhoneLookupUtil.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import android.os.Build.VERSION;
31 if (VERSION.SDK_INT >= VERSION_CODES.N) {
  /cts/tests/tests/dpi/src/android/dpi/cts/
DefaultManifestAttributesSdkTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
36 assertEquals(Build.VERSION.SDK_INT, getAppInfo().targetSdkVersion);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
Utils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
73 * Uses static final constants to detect if the device's platform version is Gingerbread or
77 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD;
81 * Uses static final constants to detect if the device's platform version is Honeycomb or
85 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB;
89 * Uses static final constants to detect if the device's platform version is Honeycomb MR1 or
93 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1;
97 * Uses static final constants to detect if the device's platform version is ICS or
101 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
OverScrollerCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
38 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /external/flac/
config.h 106 /* Define to the full name and version of this package. */
112 /* Define to the version of this package. */
125 /* Version number of package */
126 #define VERSION "1.3.1"
  /external/iptables/
config.h 65 /* Define to the full name and version of this package. */
74 /* Define to the version of this package. */
83 /* Version number of package */
84 #define VERSION "1.6.1"
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
VersionTest.java 19 * Unit tests for {@link Version}.
25 execute("version");
28 assertContains(JaCoCo.VERSION, out);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/
JaCoCoTest.java 25 assertNotNull(JaCoCo.VERSION);
  /external/libcap-ng/
config.h 62 /* Define to the full name and version of this package. */
71 /* Define to the version of this package. */
77 /* Version number of package */
78 #define VERSION "0.7"
  /external/libexif/
config.h 70 /* Define to the full name and version of this package. */
79 /* Define to the version of this package. */
85 /* Version number of package */
86 #define VERSION "0.6.21"
  /external/libjpeg-turbo/
jconfigint.h 27 /* Version number of package */
28 #define VERSION "1.5.1"
  /external/libjpeg-turbo/release/
makedpkg.in 35 rm -f $PACKAGE_NAME\_$VERSION\_$DEBARCH.deb
45 make install DESTDIR=$TMPDIR docdir=/usr/share/doc/$DIRNAME-$VERSION \
46 exampledir=/usr/share/doc/$DIRNAME-$VERSION
49 ln -fs /usr/share/doc/$DIRNAME-$VERSION $TMPDIR$DOCDIR
55 | sed s/{__VERSION}/$VERSION/g | sed s/{__BUILD}/$BUILD/g \
63 dpkg -b $TMPDIR $PACKAGE_NAME\_$VERSION\_$DEBARCH.deb
67 VERSION=@VERSION@
  /external/libusb/windows/
config.h 113 /* Define to the full name and version of this package. */
122 /* Define to the version of this package. */
146 /* Version number of package */
147 #define VERSION "1.0.21-rc5"
149 /* Oldest Windows version supported */
  /external/libusb-compat/
config.h 60 /* Define to the full name and version of this package. */
66 /* Define to the version of this package. */
72 /* Version number of package */
73 #define VERSION "0.1.3"
  /external/ltp/scripts/
detect_distro.sh 9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
56 # Precedence list for files to look through for version info...
107 VERSION=$1
114 VERSION="$MAJOR_VER${MINOR_VER:+.${MINOR_VER}}"
120 if [ "x$VERSION" = x ] ; then
124 echo "$DISTRO-$VERSION"
  /external/scrypt/
config.h 80 /* Define to the full name and version of this package. */
86 /* Define to the version of this package. */
92 /* Version number of package */
93 #define VERSION "1.1.6"

Completed in 2876 milliseconds

1 2 3 45 6 7 8 91011>>