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

1 2 3 45 6 7 8 91011>>

  /developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.kt 32 if (Build.VERSION.SDK_INT < 23) {
  /developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.kt 32 if (Build.VERSION.SDK_INT < 23) {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardActionButton.java 52 if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.KITKAT) {
63 if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.KITKAT) {
  /external/droiddriver/src/io/appium/droiddriver/util/
FileUtils.java 45 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD) {
78 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD) {
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ViewGroupBindingAdapterTest.java 59 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
71 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
ViewBindingAdapterTest.java 64 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) {
  /frameworks/opt/chips/src/com/android/ex/chips/
ChipsUtil.java 45 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/content/
ContentResolverCompat.java 19 import static android.os.Build.VERSION.SDK_INT;
73 if (SDK_INT >= 16) {
  /frameworks/support/compat/java/android/support/v4/graphics/
BitmapCompat.java 65 if (Build.VERSION.SDK_INT >= 19) {
67 } else if (Build.VERSION.SDK_INT >= 18) {
  /frameworks/support/compat/java/android/support/v4/net/
TrafficStatsCompat.java 135 if (Build.VERSION.SDK_INT >= 24) {
152 if (Build.VERSION.SDK_INT >= 24) {
  /frameworks/support/compat/java/android/support/v4/os/
CancellationSignal.java 81 if (obj != null && Build.VERSION.SDK_INT >= 16) {
135 if (Build.VERSION.SDK_INT < 16) {
  /frameworks/support/compat/java/android/support/v4/widget/
ListViewCompat.java 36 if (Build.VERSION.SDK_INT >= 19) {
66 if (Build.VERSION.SDK_INT >= 19) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
LeanbackTransitionHelper.java 73 if (Build.VERSION.SDK_INT >= 21) {
75 } else if (Build.VERSION.SDK_INT >= 19) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DrawableUtils.java 51 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) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 110 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
112 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
114 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
120 // if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
133 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
135 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
141 // if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /frameworks/support/media-compat/java/android/support/v4/media/app/
NotificationCompat.java 103 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.SDK_INT >= 24)
    [all...]
  /frameworks/support/compat/java/android/support/v4/app/
RemoteInput.java 261 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) {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StatusBarBackgroundLayout.java 74 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/
ShortcutManagerCompat.java 53 if (Build.VERSION.SDK_INT >= 26) {
90 if (Build.VERSION.SDK_INT >= 26) {
134 if (Build.VERSION.SDK_INT >= 26) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
NonOverlappingLinearLayoutWithForeground.java 48 && VERSION.SDK_INT >= VERSION_M) {
65 if (VERSION.SDK_INT >= VERSION_M) {
83 if (VERSION.SDK_INT >= VERSION_M) {
  /packages/apps/Messaging/src/android/support/v7/mms/
Utils.java 42 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP;
51 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP_MR1;
60 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatUtils.java 44 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
66 || Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
90 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  /frameworks/support/tv-provider/src/android/support/media/tv/
BaseProgram.java 97 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.SDK_INT >= Build.VERSION_CODES.O)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleSecureClientStartActivity.java 48 return (Build.VERSION.SDK_INT > Build.VERSION_CODES.M);
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.java 36 if (Build.VERSION.SDK_INT < 23) {

Completed in 2151 milliseconds

1 2 3 45 6 7 8 91011>>