Searched refs:isInstallReplace (Results 1 – 5 of 5) sorted by relevance
171 mInstallRequest.isInstallReplace() /* is_replace */, in reportInstallationStats()344 if (!mInstallRequest.isInstallReplace()) { in reportInstallationToSecurityLog()
114 if (installRequest.isInstallReplace() && !installRequest.isInstallSystem()) { in reconcilePackages()
524 public boolean isInstallReplace() { in isInstallReplace() method in InstallRequest
559 final boolean isReplace = request.isInstallReplace(); in commitPackageSettings()2186 if (installRequest.isInstallReplace()) { in commitPackagesLocked()2548 if (installRequest.isInstallReplace() && pkg != null) { in executePostCommitStepsLIF()
18229 PLcom/android/server/pm/InstallRequest;->isInstallReplace()Z