Searched refs:VERSION (Results 76 - 100 of 478) sorted by relevance

1234567891011>>

/frameworks/opt/chips/src/com/android/ex/chips/
H A DChipsUtil.java45 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
55 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.M;
/frameworks/support/compat/java/android/support/v4/graphics/
H A DBitmapCompat.java65 if (Build.VERSION.SDK_INT >= 19) {
67 } else if (Build.VERSION.SDK_INT >= 18) {
/frameworks/support/compat/java/android/support/v4/net/
H A DTrafficStatsCompat.java135 if (Build.VERSION.SDK_INT >= 24) {
152 if (Build.VERSION.SDK_INT >= 24) {
/frameworks/support/compat/java/android/support/v4/os/
H A DCancellationSignal.java81 if (obj != null && Build.VERSION.SDK_INT >= 16) {
135 if (Build.VERSION.SDK_INT < 16) {
/frameworks/support/compat/java/android/support/v4/widget/
H A DListViewCompat.java36 if (Build.VERSION.SDK_INT >= 19) {
66 if (Build.VERSION.SDK_INT >= 19) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DLeanbackTransitionHelper.java73 if (Build.VERSION.SDK_INT >= 21) {
75 } else if (Build.VERSION.SDK_INT >= 19) {
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java27 import android.os.Build.VERSION;
90 if (VERSION.SDK_INT >= VERSION_CODES.M) {
103 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) {
109 if (VERSION.SDK_INT >= VERSION_CODES.N) {
123 if (VERSION.SDK_INT >= VERSION_CODES.M) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDrawableUtils.java51 if (Build.VERSION.SDK_INT >= 18) {
116 if (Build.VERSION.SDK_INT == 21
127 if (Build.VERSION.SDK_INT < 15 && drawable instanceof InsetDrawable) {
129 } else if (Build.VERSION.SDK_INT < 15 && drawable instanceof GradientDrawable) {
133 } else if (Build.VERSION.SDK_INT < 17 && drawable instanceof LayerDrawable) {
/frameworks/support/media-compat/java/android/support/v4/media/app/
H A DNotificationCompat.java103 if (Build.VERSION.SDK_INT >= 21) {
186 if (Build.VERSION.SDK_INT < 21) {
209 if (Build.VERSION.SDK_INT >= 21) {
234 if (Build.VERSION.SDK_INT >= 21) {
286 if (Build.VERSION.SDK_INT >= 15) {
302 if (Build.VERSION.SDK_INT >= 21) {
387 if (Build.VERSION.SDK_INT >= 24) {
401 if (Build.VERSION.SDK_INT >= 24) {
406 if (Build.VERSION.SDK_INT >= 21) {
443 if (Build.VERSION
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DViewBindingAdapterTest.java64 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
88 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
118 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
128 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
148 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
158 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
168 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
H A DAbsSeekBarBindingAdapterTest.java41 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
H A DAutoCompleteTextViewBindingAdapterTest.java51 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
H A DCheckedTextViewBindingAdapterTest.java34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
H A DFrameLayoutBindingAdapterTest.java43 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
H A DLinearLayoutBindingAdapterTest.java41 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
H A DSpinnerBindingAdapterTest.java42 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
H A DSwitchBindingAdapterTest.java42 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
H A DTabWidgetBindingAdapterTest.java42 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInput.java261 if (Build.VERSION.SDK_INT >= 26) {
263 } else if (Build.VERSION.SDK_INT >= 16) {
300 if (Build.VERSION.SDK_INT >= 20) {
302 } else if (Build.VERSION.SDK_INT >= 16) {
327 if (Build.VERSION.SDK_INT >= 26) {
329 } else if (Build.VERSION.SDK_INT >= 20) {
353 } else if (Build.VERSION.SDK_INT >= 16) {
386 if (Build.VERSION.SDK_INT >= 26) {
388 } else if (Build.VERSION.SDK_INT >= 16) {
H A DAppOpsManagerCompat.java19 import static android.os.Build.VERSION.SDK_INT;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStatusBarBackgroundLayout.java74 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
84 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
97 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
/frameworks/support/compat/java/android/support/v4/content/pm/
H A DShortcutManagerCompat.java53 if (Build.VERSION.SDK_INT >= 26) {
90 if (Build.VERSION.SDK_INT >= 26) {
134 if (Build.VERSION.SDK_INT >= 26) {
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DBaseProgram.java97 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
109 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
292 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) {
299 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.N) {
302 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) {
333 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
345 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
400 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
426 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
432 if (Build.VERSION
[all...]
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
H A DProgressBarMixinTest.java30 import android.os.Build.VERSION;
112 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
130 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
149 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicYuvToRGB.java50 android.os.Build.VERSION.SDK_INT < INTRINSIC_API_LEVEL;

Completed in 397 milliseconds

1234567891011>>