Loading services/core/java/com/android/server/pm/PackageInstallerSession.java +3 −6 Original line number Diff line number Diff line Loading @@ -3434,8 +3434,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { synchronized (mMetrics) { mMetrics.onDeveloperVerificationFinished(mDeveloperVerificationStatusInternal); } if (mCurrentVerificationPolicy.get() != DEVELOPER_VERIFICATION_POLICY_BLOCK_FAIL_CLOSED) { if (mCurrentVerificationPolicy.get() == DEVELOPER_VERIFICATION_POLICY_NONE) { // Continue with the rest of the verification and installation. mFuture.complete(DeveloperVerificationFutureResult.ofSuccess()); return; Loading Loading @@ -3470,8 +3469,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { synchronized (mMetrics) { mMetrics.onDeveloperVerificationFinished(mDeveloperVerificationStatusInternal); } if (mCurrentVerificationPolicy.get() != DEVELOPER_VERIFICATION_POLICY_BLOCK_FAIL_CLOSED) { if (mCurrentVerificationPolicy.get() == DEVELOPER_VERIFICATION_POLICY_NONE) { // Continue with the rest of the verification and installation. mFuture.complete(DeveloperVerificationFutureResult.ofSuccess()); return; Loading Loading @@ -3518,8 +3516,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { synchronized (mMetrics) { mMetrics.onDeveloperVerificationFinished(mDeveloperVerificationStatusInternal); } if (mCurrentVerificationPolicy.get() != DEVELOPER_VERIFICATION_POLICY_BLOCK_FAIL_CLOSED) { if (mCurrentVerificationPolicy.get() == DEVELOPER_VERIFICATION_POLICY_NONE) { // Continue with the rest of the verification and installation. mFuture.complete(DeveloperVerificationFutureResult.ofSuccess()); return; Loading Loading
services/core/java/com/android/server/pm/PackageInstallerSession.java +3 −6 Original line number Diff line number Diff line Loading @@ -3434,8 +3434,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { synchronized (mMetrics) { mMetrics.onDeveloperVerificationFinished(mDeveloperVerificationStatusInternal); } if (mCurrentVerificationPolicy.get() != DEVELOPER_VERIFICATION_POLICY_BLOCK_FAIL_CLOSED) { if (mCurrentVerificationPolicy.get() == DEVELOPER_VERIFICATION_POLICY_NONE) { // Continue with the rest of the verification and installation. mFuture.complete(DeveloperVerificationFutureResult.ofSuccess()); return; Loading Loading @@ -3470,8 +3469,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { synchronized (mMetrics) { mMetrics.onDeveloperVerificationFinished(mDeveloperVerificationStatusInternal); } if (mCurrentVerificationPolicy.get() != DEVELOPER_VERIFICATION_POLICY_BLOCK_FAIL_CLOSED) { if (mCurrentVerificationPolicy.get() == DEVELOPER_VERIFICATION_POLICY_NONE) { // Continue with the rest of the verification and installation. mFuture.complete(DeveloperVerificationFutureResult.ofSuccess()); return; Loading Loading @@ -3518,8 +3516,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { synchronized (mMetrics) { mMetrics.onDeveloperVerificationFinished(mDeveloperVerificationStatusInternal); } if (mCurrentVerificationPolicy.get() != DEVELOPER_VERIFICATION_POLICY_BLOCK_FAIL_CLOSED) { if (mCurrentVerificationPolicy.get() == DEVELOPER_VERIFICATION_POLICY_NONE) { // Continue with the rest of the verification and installation. mFuture.complete(DeveloperVerificationFutureResult.ofSuccess()); return; Loading