Searched refs:mRotationMinSdkVersion (Results 1 – 2 of 2) sorted by relevance
98 private final int mRotationMinSdkVersion; field in ApkSigner162 mRotationMinSdkVersion = rotationMinSdkVersion; in ApkSigner()330 .setMinSdkVersionForRotation(mRotationMinSdkVersion) in sign()1283 private int mRotationMinSdkVersion = V3SchemeConstants.DEFAULT_ROTATION_MIN_SDK_VERSION; field in ApkSigner.Builder1522 mRotationMinSdkVersion = MIN_SDK_WITH_V3_SUPPORT; in setMinSdkVersionForRotation()1524 mRotationMinSdkVersion = minSdkVersion; in setMinSdkVersionForRotation()1827 mRotationMinSdkVersion, in build()
1898 private int mRotationMinSdkVersion = V3SchemeConstants.DEFAULT_ROTATION_MIN_SDK_VERSION; field in DefaultApkSignerEngine.Builder1988 if (mRotationMinSdkVersion >= firstTargetedSdkVersion) { in setTargetedSignerConfigs()1990 "The rotation-min-sdk-version, " + mRotationMinSdkVersion in setTargetedSignerConfigs()2013 mRotationMinSdkVersion); in setTargetedSignerConfigs()2274 mRotationMinSdkVersion = MIN_SDK_WITH_V3_SUPPORT; in setMinSdkVersionForRotation()2276 mRotationMinSdkVersion = minSdkVersion; in setMinSdkVersionForRotation()