Searched refs:sdkLevel (Results 1 – 2 of 2) sorted by relevance
610 static int getMaxLengthValuesArray(Sensor sensor, int sdkLevel) { in getMaxLengthValuesArray() argument614 sdkLevel <= Build.VERSION_CODES.JELLY_BEAN_MR1) { in getMaxLengthValuesArray()
4503 const int sdkLevel = getPublicAttributeSdkLevel(attrId); in modifyForCompat() local4504 if (sdkLevel > 1 && sdkLevel > config.sdkVersion && sdkLevel > minSdk) { in modifyForCompat()4505 AaptUtil::appendValue(attributesToRemove, sdkLevel, bag.keyAt(bi)); in modifyForCompat()4515 const int sdkLevel = attributesToRemove.keyAt(i); in modifyForCompat() local4520 newConfig.sdkVersion = sdkLevel; in modifyForCompat()4531 if (attributesToRemove.keyAt(j) > sdkLevel) { in modifyForCompat()4614 const int sdkLevel = getPublicAttributeSdkLevel(attr.nameResId); in modifyForCompat() local4615 if (sdkLevel > 1 && sdkLevel > config.sdkVersion && sdkLevel > minSdk) { in modifyForCompat()4623 if (sdkLevel < newConfig.sdkVersion) { in modifyForCompat()4624 newConfig.sdkVersion = sdkLevel; in modifyForCompat()