OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallerConstants
(Results
1 - 3
of
3
) sorted by null
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallerConstants.java
23
public class
InstallerConstants
{
InstallTask.java
65
return mErrorCode !=
InstallerConstants
.STATUS_SUCCESS || !TextUtils.isEmpty(mErrorDesc);
83
mErrorCode =
InstallerConstants
.ERROR_INSTALL_COPY_STREAM;
94
mErrorCode =
InstallerConstants
.ERROR_INSTALL_CLOSE_STREAM;
101
if (mErrorCode !=
InstallerConstants
.STATUS_SUCCESS) {
125
mErrorCode =
InstallerConstants
.ERROR_INSTALL_COPY_STREAM_EXCEPTION;
131
mErrorCode =
InstallerConstants
.ERROR_COULD_NOT_GET_FD;
150
mErrorCode =
InstallerConstants
.ERROR_INSTALL_APK_COPY_FAILURE;
PackageInstallerImpl.java
125
callback.installFailed(
InstallerConstants
.ERROR_INSTALL_CREATE_SESSION,
136
callback.installFailed(
InstallerConstants
.ERROR_INSTALL_OPEN_SESSION,
154
callback.installFailed(
InstallerConstants
.ERROR_INSTALL_SESSION_EXCEPTION,
300
callback.installFailed(
InstallerConstants
.ERROR_INSTALL_USER_ACTION_REQUIRED,
319
errorCode =
InstallerConstants
.ERROR_INSTALL_MALFORMED_BROADCAST;
321
errorCode =
InstallerConstants
.ERROR_PACKAGEINSTALLER_BASE - status;
Completed in 309 milliseconds