Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallInstalling.java92 launchFailure(PackageManager.INSTALL_FAILED_INTERNAL_ERROR, null); in onCreate()
166 launchFailure(PackageManager.INSTALL_FAILED_INTERNAL_ERROR, null); in onCreate()
172 launchFailure(PackageManager.INSTALL_FAILED_INTERNAL_ERROR, null); in onCreate()
200 private void launchFailure(int legacyStatus, String statusMessage) { in launchFailure() method in InstallInstalling
292 launchFailure(legacyStatus, statusMessage); in launchFinishBasedOnResult()
413 launchFailure(PackageManager.INSTALL_FAILED_INVALID_APK, null); in onPostExecute()