Searched refs:mErrorDesc (Results 1 – 1 of 1) sorted by relevance
50 private String mErrorDesc = null; field in InstallTask65 return mErrorCode != InstallerConstants.STATUS_SUCCESS || !TextUtils.isEmpty(mErrorDesc); in isError()84 mErrorDesc = "Could not write to stream"; in execute()95 mErrorDesc = "Could not close session stream"; in execute()104 + mErrorDesc + ", " + mException); in execute()106 mCallback.installFailed(mErrorCode, "[" + mPackageName + "]" + mErrorDesc); in execute()126 mErrorDesc = "Got a null OutputStream."; in writeToOutputStreamFromAsset()132 mErrorDesc = "Could not get FD"; in writeToOutputStreamFromAsset()151 mErrorDesc = "Reading from Asset FD or writing to temp file failed: " + e; in writeToOutputStreamFromAsset()