Home
last modified time | relevance | path

Searched refs:LOLLIPOP (Results 1 – 25 of 104) sorted by relevance

12345

/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A DCompatUtils.java97 return SdkVersionOverride.getSdkVersion(Build.VERSION_CODES.LOLLIPOP) in isMSIMCompatible()
108 return SdkVersionOverride.getSdkVersion(Build.VERSION_CODES.LOLLIPOP) in isVideoCompatible()
130 return SdkVersionOverride.getSdkVersion(Build.VERSION_CODES.LOLLIPOP) in isCallSubjectCompatible()
162 return SdkVersionOverride.getSdkVersion(Build.VERSION_CODES.LOLLIPOP) in isMarshmallowCompatible()
283 return SdkVersionOverride.getSdkVersion(Build.VERSION_CODES.LOLLIPOP) in isLollipopCompatible()
284 >= Build.VERSION_CODES.LOLLIPOP; in isLollipopCompatible()
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DApiHelper.java99 return Build.VERSION.SDK_INT == Build.VERSION_CODES.LOLLIPOP; in isLollipop()
103 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP in isLOrHigher()
108 return Build.VERSION.SDK_INT > Build.VERSION_CODES.LOLLIPOP; in isLMr1OrHigher()
112 return Build.VERSION.SDK_INT == Build.VERSION_CODES.LOLLIPOP in isLorLMr1()
H A DSize.java45 @TargetApi(VERSION_CODES.LOLLIPOP)
150 @TargetApi(VERSION_CODES.LOLLIPOP)
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCursorAnchorInfoCompatWrapper.java53 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
56 if (BuildCompatUtils.EFFECTIVE_SDK_INT < Build.VERSION_CODES.LOLLIPOP) { in wrap()
115 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
H A DViewOutlineProviderCompatUtils.java38 if (BuildCompatUtils.EFFECTIVE_SDK_INT < Build.VERSION_CODES.LOLLIPOP) { in setInsetsOutlineProvider()
H A DViewOutlineProviderCompatUtilsLXX.java28 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java75 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars()
98 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars()
124 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in showSystemBars()
219 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setImeInsetView()
320 @TargetApi(VERSION_CODES.LOLLIPOP)
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java115 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsWindow()
136 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testShowSystemBarsWindow()
168 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsNoInfiniteLoop()
177 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsDialog()
184 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsDialog()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java85 if (platformVersion <= LOLLIPOP) { in getResourceDirs()
110 if (platformVersion < LOLLIPOP) { in getTime()
162 return isGreaterOrEqual(platformVersion, LOLLIPOP) ? "xml" : "png"; in getWifiIconType()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStatusBarBackgroundLayout.java74 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onAttachedToWindow()
84 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onDraw()
97 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setStatusBarBackground()
H A DCheckableLinearLayout.java49 @TargetApi(VERSION_CODES.LOLLIPOP)
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardThemeTests.java152 assertKeyboardThemePreferenceOnLxx(Build.VERSION_CODES.LOLLIPOP); in testKeyboardThemePreferenceOnLxx()
207 assertDefaultKeyboardThemeOnLxx(Build.VERSION_CODES.LOLLIPOP); in testDefaultKeyboardThemeOnLxx()
276 assertUpgradeKeyboardToLxxOnLxx(Build.VERSION_CODES.LOLLIPOP); in testUpgradeKeyboardToLxxOnLxx()
330 final int newSdkVersion = Build.VERSION_CODES.LOLLIPOP; in assertUpgradePlatformToLxxFrom()
357 final int oldSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testUpgradePlatformToLxxFromLxx()
358 final int newSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testUpgradePlatformToLxxFromLxx()
452 final int sdkVersion = Build.VERSION_CODES.LOLLIPOP; in testMissingSelectedThemeLxx()
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
H A DProgressBarMixinTest.java108 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testSetColorBeforeSetShown()
125 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testSetColorAfterSetShown()
143 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testDeterminateProgressBarNullTint()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.kt108 get() = Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP
117 return sdkInt == Build.VERSION_CODES.LOLLIPOP ||
125 get() = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP
292 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
306 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
311 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DAppWithAdminGrantedPermissionsListerTest.java116 buildInfo(APP_3_UID, APP_3, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP), in verifyListInstalledApps()
117 buildInfo(APP_4_UID, APP_4, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP), in verifyListInstalledApps()
118 buildInfo(APP_5_UID, APP_5, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP))); in verifyListInstalledApps()
H A DAppWithAdminGrantedPermissionsCounterTest.java104 mApp3 = buildInfo(APP_3_UID, APP_3, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP); in setUp()
105 mApp4 = buildInfo(APP_4_UID, APP_4, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP); in setUp()
106 mApp5 = buildInfo(APP_5_UID, APP_5, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP); in setUp()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java885 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testUsesFreeformByDefaultForPreNResizeableAppWithoutOrientationRequest()
899 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testSkipsFreeformForPreNResizeableAppOnNonFullscreenDisplay()
1286 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultSizeSmallerThanBigScreen()
1310 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultFreeformSizeCenteredToDisplay()
1331 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultFreeformSizeRespectsMinAspectRatio()
1353 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultFreeformSizeRespectsMaxAspectRatio()
1378 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testCascadesToSourceSizeForFreeform()
1405 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testCascadesToSourceSizeForFreeformRespectingMinAspectRatio()
1438 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testCascadesToSourceSizeForFreeformRespectingMaxAspectRatio()
1471 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testAdjustBoundsToFitDisplay_TopLeftOutOfDisplay()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java153 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in DotsPageIndicator()
356 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in drawUnselected()
370 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in drawUnselected()
439 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in getUnselectedPath()
470 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in getUnselectedPath()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/face/
H A DFaceDetect.java30 @TargetApi(VERSION_CODES.LOLLIPOP)
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/focus/
H A DLensRangeCalculator.java29 @TargetApi(VERSION_CODES.LOLLIPOP)
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/compat/
H A DBuildCompat.java27 public static final int L_SDK_VERSION = VERSION_CODES.LOLLIPOP;
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DControlSceneModeSelector.java30 @TargetApi(VERSION_CODES.LOLLIPOP)
/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/
H A DTisSessionCompat.java34 @RequiresApi(api = VERSION_CODES.LOLLIPOP)
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCursorAnchorInfoUtils.java99 if (BuildCompatUtils.EFFECTIVE_SDK_INT < Build.VERSION_CODES.LOLLIPOP) { in extractFromTextView()
111 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
H A DSwitchItemTest.java52 Assume.assumeTrue(VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP); in defaultLayout_baselineAligned_shouldBeFalse()
61 Assume.assumeTrue(VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP); in verboseLayout_clipPadding_shouldBeFalse()

12345