Home | History | Annotate | Download | only in wear

Lines Matching refs:mErrorCode

49     private int mErrorCode = 0;
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) {
103 Log.e(TAG, "Exception while installing " + mPackageName + ": " + mErrorCode + ", "
106 mCallback.installFailed(mErrorCode, "[" + mPackageName + "]" + mErrorDesc);
125 mErrorCode = InstallerConstants.ERROR_INSTALL_COPY_STREAM_EXCEPTION;
131 mErrorCode = InstallerConstants.ERROR_COULD_NOT_GET_FD;
150 mErrorCode = InstallerConstants.ERROR_INSTALL_APK_COPY_FAILURE;