Home
last modified time | relevance | path

Searched refs:targetAppLabel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DUninstallRepository.kt68 private lateinit var targetAppLabel: CharSequence variable in com.android.packageinstaller.v2.model.UninstallRepository
189 targetAppLabel = targetAppInfo!!.loadSafeLabel(packageManager) in generateUninstallDetails()
195 if (!activityLabel.contentEquals(targetAppLabel)) { in generateUninstallDetails()
199 messageBuilder.append(" ").append(targetAppLabel).append(".\n\n") in generateUninstallDetails()
262 targetAppLabel in generateUninstallDetails()
272 context.getString(R.string.cloned_app_label, targetAppLabel) in generateUninstallDetails()
274 targetAppLabel.toString() in generateUninstallDetails()
397 uninstallResult.value = UninstallUninstalling(targetAppLabel, isClonedApp) in initiateUninstall()
403 uninstallData.putCharSequence(EXTRA_APP_LABEL, targetAppLabel) in initiateUninstall()
475 targetAppLabel in handleUninstallResult()
[all …]