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

  /frameworks/base/keystore/java/android/security/
KeyStoreException.java 27 private final int mErrorCode;
31 mErrorCode = errorCode;
35 return mErrorCode;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsResponse.java 33 public int mErrorCode;
38 mErrorCode = errorCode;
44 + ", mErrorCode = " + mErrorCode
SMSDispatcher.java 678 errorCode = ((SmsResponse)ar.result).mErrorCode;
    [all...]
  /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);
  /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/native/libs/binder/
Status.cpp 52 mErrorCode(errorCode) {}
56 mErrorCode(errorCode),
96 status = parcel.readInt32(&mErrorCode);
110 return mErrorCode;
124 status = parcel->writeInt32(mErrorCode);
130 mErrorCode = NO_ERROR; // an exception, not a transaction failure.
136 mErrorCode = errorCode;
141 mErrorCode = status;
153 ret.appendFormat("%d: ", mErrorCode);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DataModelException.java 57 private final int mErrorCode;
70 mErrorCode = errorCode;
99 return mErrorCode;
  /frameworks/native/include/binder/
Status.h 117 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK;
120 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0;
133 // |mErrorCode| as the result of the transaction rather than write an
138 // If |mException| == EX_SERVICE_SPECIFIC we write |mErrorCode| as well.
140 int32_t mErrorCode = 0;
  /packages/services/Car/tests/libvehiclenetwork-native-test/
IVehicleNetworkTestListener.h 51 mErrorCode = errorCode;
104 return mErrorCode == errorCode && mProperty == property && mOperation == operation;
129 int32_t mErrorCode;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailCause.java 122 private final int mErrorCode;
132 mErrorCode = errorCode;
136 return mErrorCode;
  /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...]
  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 140 status_t mErrorCode;
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 811 private int mErrorCode;
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
MediaDrm.java 225 private final int mErrorCode;
233 mErrorCode = errorCode;
248 return mErrorCode;
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 136 mErrorCode = 0;
142 mErrorCode = errorCode;
147 private final int mErrorCode;
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 365 int mErrorCode;
383 mErrorCode = errorCode;
394 assertEquals(expectedErrorCode, mErrorCode);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 320 mErrorCode(OK) {
395 return output->mErrorCode;
559 output->mErrorCode = OK;
604 output->mErrorCode = err;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 647 milliseconds