Searched refs:InstallerConstants (Results 1 – 3 of 3) sorted by relevance
65 return mErrorCode != InstallerConstants.STATUS_SUCCESS || !TextUtils.isEmpty(mErrorDesc); in isError()83 mErrorCode = InstallerConstants.ERROR_INSTALL_COPY_STREAM; in execute()94 mErrorCode = InstallerConstants.ERROR_INSTALL_CLOSE_STREAM; in execute()101 if (mErrorCode != InstallerConstants.STATUS_SUCCESS) { in execute()125 mErrorCode = InstallerConstants.ERROR_INSTALL_COPY_STREAM_EXCEPTION; in writeToOutputStreamFromAsset()131 mErrorCode = InstallerConstants.ERROR_COULD_NOT_GET_FD; in writeToOutputStreamFromAsset()150 mErrorCode = InstallerConstants.ERROR_INSTALL_APK_COPY_FAILURE; in writeToOutputStreamFromAsset()
125 callback.installFailed(InstallerConstants.ERROR_INSTALL_CREATE_SESSION, in install()136 callback.installFailed(InstallerConstants.ERROR_INSTALL_OPEN_SESSION, in install()154 callback.installFailed(InstallerConstants.ERROR_INSTALL_SESSION_EXCEPTION, in install()300 callback.installFailed(InstallerConstants.ERROR_INSTALL_USER_ACTION_REQUIRED, in handleCommitCallback()319 errorCode = InstallerConstants.ERROR_INSTALL_MALFORMED_BROADCAST; in getPackageManagerErrorCode()321 errorCode = InstallerConstants.ERROR_PACKAGEINSTALLER_BASE - status; in getPackageManagerErrorCode()
23 public class InstallerConstants { class