HomeSort by relevance Sort by last modified time
    Searched refs:mErrorCode (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/keystore/java/android/security/
KeyStoreException.java 30 private final int mErrorCode;
34 mErrorCode = errorCode;
38 return mErrorCode;
  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
ProcessInitException.java 11 private int mErrorCode = LoaderErrors.LOADER_ERROR_NORMAL_COMPLETION;
17 mErrorCode = errorCode;
26 mErrorCode = errorCode;
33 return mErrorCode;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsResponse.java 33 public int mErrorCode;
38 mErrorCode = errorCode;
44 + ", mErrorCode = " + mErrorCode
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ExecResultException.java 26 private final int mErrorCode;
30 mErrorCode = errorCode;
45 return mErrorCode;
54 String result = String.format("%1$s Error %2$d", getLabel(), mErrorCode);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandRunner.java 35 private ExitCode mErrorCode = ExitCode.NO_ERROR;
42 return mErrorCode;
84 mErrorCode = ExitCode.CONFIG_EXCEPTION;
94 mErrorCode = ExitCode.NO_DEVICE_ALLOCATED;
101 if (ExitCode.NO_ERROR.equals(mErrorCode)) {
102 mErrorCode = mScheduler.getLastInvocationExitCode();
106 mErrorCode = ExitCode.THROWABLE_EXCEPTION;
108 if (!ExitCode.NO_ERROR.equals(mErrorCode)
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallTask.java 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
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCardErrorException.java 72 private final int mErrorCode;
83 mErrorCode = errorCode;
98 mErrorCode = errorCode;
104 return mErrorCode;
120 return "EuiccCardError: mOperatorCode=" + mOperationCode + ", mErrorCode=" + mErrorCode
  /tools/tradefederation/core/src/com/android/tradefed/sandbox/
TradefedSandboxRunner.java 46 private ExitCode mErrorCode = ExitCode.NO_ERROR;
51 return mErrorCode;
91 mErrorCode = ExitCode.THROWABLE_EXCEPTION;
103 mErrorCode = ExitCode.THROWABLE_EXCEPTION;
115 mErrorCode = ExitCode.NO_DEVICE_ALLOCATED;
118 mErrorCode = ExitCode.CONFIG_EXCEPTION;
125 if (ExitCode.NO_ERROR.equals(mErrorCode)) {
126 mErrorCode = mScheduler.getLastInvocationExitCode();
130 mErrorCode = ExitCode.THROWABLE_EXCEPTION;
132 if (!ExitCode.NO_ERROR.equals(mErrorCode)
    [all...]
  /frameworks/native/libs/binder/
Status.cpp 62 mErrorCode(errorCode) {}
66 mErrorCode(errorCode),
115 status = parcel.readInt32(&mErrorCode);
139 return mErrorCode;
151 status = parcel->writeInt32(mErrorCode);
161 mErrorCode = NO_ERROR; // an exception, not a transaction failure.
167 mErrorCode = errorCode;
172 mErrorCode = status;
184 ret.appendFormat("%d: ", mErrorCode);
  /frameworks/base/media/java/android/media/
MediaCasStateException.java 28 private final int mErrorCode;
33 mErrorCode = err;
95 return mErrorCode;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DataModelException.java 57 private final int mErrorCode;
70 mErrorCode = errorCode;
99 return mErrorCode;
  /frameworks/native/libs/binder/include/binder/
Status.h 126 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK;
129 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0;
142 // |mErrorCode| as the result of the transaction rather than write an
147 // If |mException| == EX_SERVICE_SPECIFIC we write |mErrorCode| as well.
149 int32_t mErrorCode = 0;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
NsdManagerFacade.java 275 private final Integer mErrorCode;
281 mErrorCode = errorCode;
291 if (mErrorCode != null) {
292 j.put(REG_LISTENER_ERROR_CODE, mErrorCode.intValue());
354 private final Integer mErrorCode;
361 mErrorCode = errorCode;
376 if (mErrorCode != null) {
377 j.put(DISCOVERY_LISTENER_DATA_ERROR_CODE, mErrorCode.intValue());
410 private final Integer mErrorCode;
416 mErrorCode = errorCode
    [all...]
  /system/libhidl/base/
Status.cpp 101 mErrorCode(errorCode) {}
105 mErrorCode(errorCode),
110 mErrorCode = NO_ERROR; // an exception, not a transaction failure.
116 mErrorCode = status;
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
PlaybackStateCompat.java 544 final int mErrorCode;
562 mErrorCode = errorCode;
582 mErrorCode = in.readInt();
594 bob.append(", error code=").append(mErrorCode);
620 dest.writeInt(mErrorCode);
730 return mErrorCode;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrError.h 54 EFI_VFR_RETURN_CODE mErrorCode;
VfrError.cpp 228 for (Index = 0; mVfrErrorHandleTable[Index].mErrorCode != VFR_RETURN_CODEUNDEFINED; Index++) {
229 if (ErrorCode == mVfrErrorHandleTable[Index].mErrorCode) {
  /system/libhidl/base/include/hidl/
Status.h 106 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK;
119 // |mErrorCode| as the result of the transaction rather than write an
125 int32_t mErrorCode = 0;
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 78 private int mErrorCode;
180 mErrorCode = error;
285 && ((mErrorCode == NetworkScan.ERROR_MODEM_UNAVAILABLE)
286 || (mErrorCode == NetworkScan.ERROR_UNSUPPORTED))) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackBaseControlGlue.java 131 int mErrorCode;
185 mErrorCode = errorCode;
243 mPlayerCallback.onError(mErrorCode, mErrorMessage);
251 mErrorCode = 0;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailCause.java 125 private final int mErrorCode;
141 mErrorCode = errorCode;
145 return mErrorCode;
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
ChooseLockPinPasswordFragment.java 60 private int mErrorCode = PasswordHelper.NO_ERROR;
376 mErrorCode = mPasswordHelper.validate(mCurrentEntry);
377 if (mErrorCode == PasswordHelper.NO_ERROR) {
488 mPasswordHelper.convertErrorCodeToMessages(getContext(), mErrorCode);
557 mErrorCode = PasswordHelper.NO_ERROR;
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 192 private int mErrorCode = SipErrorCode.NO_ERROR;
232 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
233 listener.onError(this, mErrorCode, mErrorMessage);
297 mErrorCode = SipErrorCode.NO_ERROR;
496 mErrorCode = errorCode;
501 listener.onError(SipAudioCall.this, mErrorCode,
561 mErrorCode = errorCode;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrError.h 59 EFI_VFR_RETURN_CODE mErrorCode;
  /frameworks/base/core/java/android/app/admin/
SystemUpdatePolicy.java 234 private final int mErrorCode;
238 mErrorCode = errorCode;
245 return mErrorCode;
281 dest.writeInt(mErrorCode);
    [all...]

Completed in 854 milliseconds

1 2