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

<<21222324252627282930>>

  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PlaybackFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
88 if (Build.VERSION.SDK_INT >= 24) {
PlaybackSupportFragment.java 7 * Licensed under the Apache License, Version 2.0 (the "License");
91 if (Build.VERSION.SDK_INT >= 24) {
PlaybackTransportControlFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
73 if (Build.VERSION.SDK_INT >= 24) {
PlaybackTransportControlSupportFragment.java 7 * Licensed under the Apache License, Version 2.0 (the "License");
76 if (Build.VERSION.SDK_INT >= 24) {
  /frameworks/support/tv-provider/src/android/support/media/tv/
PreviewProgram.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
141 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
PickerUtility.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
32 // Whether the API version supports the use of {@link DateFormat#getBestDateTimePattern()}
34 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggleHoneycomb.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
81 if (Build.VERSION.SDK_INT <= 19) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
131 } else if (Build.VERSION.SDK_INT >= 17) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatCompoundButtonHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
135 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
AppCompatPopupWindow.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
33 private static final boolean COMPAT_OVERLAP_ANCHOR = Build.VERSION.SDK_INT < 21;
AppCompatTextHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
49 if (Build.VERSION.SDK_INT >= 17) {
120 if (Build.VERSION.SDK_INT < 23) {
145 if (Build.VERSION.SDK_INT < 23) {
258 if (Build.VERSION.SDK_INT < 23
TintContextWrapper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
84 return Build.VERSION.SDK_INT < 21 || VectorEnabledTintResources.shouldBeUsed();
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
AppCompatVectorDrawableIntegrationTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
83 if (Build.VERSION.SDK_INT >= 19) {
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatTextViewAutoSizeTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
84 if (Build.VERSION.SDK_INT >= 16) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemoteControlClientCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
42 if (Build.VERSION.SDK_INT >= 16) {
119 * other API available to do so in this platform version. The UserRouteInfo itself
  /packages/apps/Dialer/java/com/android/dialer/compat/
PathInterpolatorCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
ShortcutUsageReporter.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
71 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.N_MR1 || TextUtils.isEmpty(phoneNumber)) {
  /packages/apps/Dialer/java/com/android/incallui/videotech/lightbringer/
LightbringerTech.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
56 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.O
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Features.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
31 // technically we want to check >= O, but we'd need to patch back the O version code :|
33 android.os.Build.VERSION.SDK_INT > android.os.Build.VERSION_CODES.N_MR1;
  /packages/apps/PhoneCommon/src/com/android/phone/common/compat/
PathInterpolatorCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
28 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
FirmwareVersionPreferenceController.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
68 pref.setSummary(Build.VERSION.RELEASE);
SystemUpdatePreferenceController.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
88 Build.VERSION.RELEASE));
  /packages/apps/TV/src/com/android/tv/tuner/util/
TunerInputInfoUtils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
84 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiDeviceUtils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
125 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
96 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {

Completed in 927 milliseconds

<<21222324252627282930>>