Searched refs:LOLLIPOP (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DSpinner.java489 * 1. On API {@link Build.VERSION_CODES#LOLLIPOP} and above, attempting to set an
513 if (targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java795 * {@link android.os.Build.VERSION_CODES#LOLLIPOP} or newer, network
814 final boolean pin = disableOthers && mTargetSdkVersion < Build.VERSION_CODES.LOLLIPOP;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java563 return appInfo.targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP;
/frameworks/base/core/java/android/app/
H A DActivity.java6593 return getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP;
H A DContextImpl.java1208 if (getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP) {
H A DNotification.java2168 mColorUtil = context.getApplicationInfo().targetSdkVersion < Build.VERSION_CODES.LOLLIPOP ?
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java400 outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null :
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3755 final boolean targetPreL = targetSdk < android.os.Build.VERSION_CODES.LOLLIPOP;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java620 } else if (r.appInfo.targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP) {

Completed in 130 milliseconds

12