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

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
Illustration.java 143 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {
185 if (VERSION.SDK_INT > VERSION_CODES.JELLY_BEAN_MR1 &&
196 if (VERSION.SDK_INT > VERSION_CODES.JELLY_BEAN_MR1 &&
211 if (VERSION.SDK_INT >= VERSION_CODES.KITKAT) {
213 } else if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) {
  /frameworks/support/compat/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 136 if (Build.VERSION.SDK_INT >= 16) {
479 if (Build.VERSION.SDK_INT >= 15) {
505 if (Build.VERSION.SDK_INT >= 15) {
529 if (Build.VERSION.SDK_INT >= 15) {
555 if (Build.VERSION.SDK_INT >= 15) {
AccessibilityManagerCompat.java 164 if (Build.VERSION.SDK_INT >= 19) {
183 if (Build.VERSION.SDK_INT >= 19) {
AccessibilityNodeProviderCompat.java 104 if (Build.VERSION.SDK_INT >= 19) {
106 } else if (Build.VERSION.SDK_INT >= 16) {
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberCompat.java 111 return VERSION.SDK_INT >= VERSION_CODES.N;
159 return useNewFiltering(context) && VERSION.SDK_INT >= VERSION_CODES.N
248 && VERSION.SDK_INT >= VERSION_CODES.N) {
267 if (VERSION.SDK_INT < VERSION_CODES.N) {
291 if (VERSION.SDK_INT < VERSION_CODES.N) {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCProximitySensor.java 154 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD) {
158 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT_WATCH) {
162 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
ProgressBarMixinTest.java 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/support/compat/java/android/support/v4/graphics/
TypefaceCompat.java 47 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
49 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N
52 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  /frameworks/support/compat/java/android/support/v4/widget/
ImageViewCompat.java 81 if (Build.VERSION.SDK_INT == 21) {
100 if (Build.VERSION.SDK_INT == 21) {
123 if (android.os.Build.VERSION.SDK_INT >= 21) {
PopupWindowCompat.java 185 if (Build.VERSION.SDK_INT >= 23) {
187 } else if (Build.VERSION.SDK_INT >= 21) {
189 } else if (Build.VERSION.SDK_INT >= 19) {
  /frameworks/support/compat/tests/java/android/support/v4/content/
ContextCompatTest.java 53 if (Build.VERSION.SDK_INT >= 23) {
75 if (Build.VERSION.SDK_INT >= 23) {
98 if (Build.VERSION.SDK_INT >= 23) {
  /frameworks/support/content/src/android/support/content/
Query.java 116 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
124 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
145 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
  /frameworks/support/v13/java/android/support/v13/app/
FragmentCompat.java 109 if (Build.VERSION.SDK_INT >= 24) {
111 } else if (Build.VERSION.SDK_INT >= 23) {
113 } else if (android.os.Build.VERSION.SDK_INT >= 15) {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ResourcesFlusher.java 45 if (Build.VERSION.SDK_INT >= 24) {
47 } else if (Build.VERSION.SDK_INT >= 23) {
49 } else if (Build.VERSION.SDK_INT >= 21) {
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 43 if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB){
72 if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB){
  /frameworks/support/compat/java/android/support/v4/text/
ICUCompat.java 34 if (Build.VERSION.SDK_INT >= 21) {
87 if (Build.VERSION.SDK_INT >= 21) {
  /frameworks/support/compat/java/android/support/v4/text/util/
LinkifyCompat.java 100 if (Build.VERSION.SDK_INT >= 27) {
164 if (Build.VERSION.SDK_INT >= 26) {
207 if (Build.VERSION.SDK_INT >= 26) {
231 if (Build.VERSION.SDK_INT >= 26) {
258 if (Build.VERSION.SDK_INT >= 26) {
283 if (Build.VERSION.SDK_INT >= 26) {
307 if (Build.VERSION.SDK_INT >= 26) {
333 if (Build.VERSION.SDK_INT >= 26) {
  /frameworks/support/compat/java/android/support/v4/view/
ViewGroupCompat.java 110 if (Build.VERSION.SDK_INT >= 21) {
112 } else if (Build.VERSION.SDK_INT >= 18) {
  /frameworks/support/compat/tests/java/android/support/v4/content/res/
ResourcesCompatTest.java 56 if (Build.VERSION.SDK_INT >= 23) {
87 if (Build.VERSION.SDK_INT >= 23) {
127 if (Build.VERSION.SDK_INT >= 23) {
166 final int expectedSizeForMediumDensity = (Build.VERSION.SDK_INT < 15) ?
180 final int expectedSizeForHighDensity = (Build.VERSION.SDK_INT < 15) ?
193 final int expectedSizeForXHighDensity = (Build.VERSION.SDK_INT < 15) ?
206 final int expectedSizeForXXHighDensity = (Build.VERSION.SDK_INT < 15) ?
217 if (Build.VERSION.SDK_INT < 21) {
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
PeriodicJobService.java 60 if (VERSION.SDK_INT >= VERSION_CODES.N_MR1 && UserManagerCompat.isUserUnlocked(context)) {
94 if (VERSION.SDK_INT >= VERSION_CODES.N_MR1) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 46 if (Build.VERSION.SDK_INT >= 14) // switch 14, progress 14, uses chron 16
50 if (Build.VERSION.SDK_INT >= 11) // fragments 11, when 11
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatSpinner.java 211 mPopupContext = !(Build.VERSION.SDK_INT >= 23) ? context : null;
291 } else if (Build.VERSION.SDK_INT >= 23) {
301 } else if (Build.VERSION.SDK_INT >= 16) {
315 } else if (Build.VERSION.SDK_INT >= 16) {
325 } else if (Build.VERSION.SDK_INT >= 16) {
334 } else if (Build.VERSION.SDK_INT >= 16) {
344 } else if (Build.VERSION.SDK_INT >= 16) {
359 } else if (Build.VERSION.SDK_INT >= 16) {
369 } else if (Build.VERSION.SDK_INT >= 16) {
378 } else if (Build.VERSION.SDK_INT >= 16)
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
PropertyUtil.java 69 return (firstApiLevel == INT_VALUE_IF_UNSET) ? Build.VERSION.SDK_INT : firstApiLevel;
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
ApiLevelUtilTest.java 36 int version = Build.VERSION.SDK_INT;
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHider.java 111 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {

Completed in 1141 milliseconds

1 2 3 4 5 6 78 91011>>