Searched refs:exception (Results 51 - 75 of 139) sorted by relevance

123456

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifier.java22 import com.android.vcard.exception.VCardException;
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py34 from harness.exception import DisconnectedException
35 from harness.exception import TestSuiteException, TestIgnoredException
396 log.exception(str(error))
401 # use a global exception handler to be sure that we will
405 log.exception('INTERNAL ERROR')
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java70 if (ar.exception == null) {
85 mSuccess = (ar.exception == null);
92 if (ar.exception == null) {
H A DSmsStorageMonitor.java113 if (ar.exception != null) {
H A DGsmCdmaPhone.java1112 if (DBG) logd("IMS PS call exception " + e +
1284 logd("handleUssdRequest: exception" + e);
1817 AsyncResult.forMessage(response).exception = ce;
1929 * The exception is cancellation of an incoming USSD-REQUEST, which is
2091 if (ar.exception != null) {
2124 if (ar.exception == null && ar.result != null) {
2127 logd("Unexpected exception on EVENT_RIL_CONNECTED");
2137 if (ar.exception == null) {
2146 loge(what + ": exception=" + ar.exception);
[all...]
H A DTelephonyDevController.java116 if (ar.exception == null) {
168 if ((ar.exception == null) && (ar.result != null)) {
H A DProxyController.java224 // Check if there is any ongoing transaction and throw an exception if there
342 if (ar.exception != null) {
344 logd("onStartRadioCapabilityResponse got exception=" + ar.exception);
359 if (((AsyncResult) msg.obj).exception != null) {
415 if (((AsyncResult) msg.obj).exception != null) {
449 if ((((AsyncResult) msg.obj).exception != null) ||
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py26 from .exception import DisconnectedException, TestSuiteException
39 This exception is thrown if a lldb command does not return the expected
225 except self.TestFail as exception:
242 log.error('[TEST ERROR] {0}'.format(exception.message))
250 Raises a TestFail exception in case one of the literals is not contained
268 Raises a TestFail exception in case one of the patterns is not matched
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java281 //Is a country-specific exception to short codes as defined in TS 22.030, 6.5.3.2
1066 if ((ar.exception == null) && (msg.arg1 == 1)) {
1089 if (ar.exception != null) {
1187 if (ar.exception != null) {
1190 if (ar.exception instanceof CommandException) {
1191 CommandException err = (CommandException) ar.exception;
1201 ImsException error = (ImsException) ar.exception;
1335 if (ar.exception != null) {
1338 if (ar.exception instanceof ImsException) {
1339 ImsException error = (ImsException) ar.exception;
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java176 // Exception during exception recovery? Abort all processing. Do not
177 // overwrite the original exception.
553 * thrown exception is passed to the listener in this method. If no listener is set, the
554 * exception message is logged to the error stream. You will not receive an
557 * @param exception the exception that was thrown.
560 public void onGraphRunnerError(Exception exception, boolean closedSuccessfully); argument
1002 private void onRunnerStopped(final Exception exception, final boolean closed) { argument
1009 if (exception == null) {
1012 mParams.listener.onGraphRunnerError(exception, close
[all...]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMapper.java171 } catch (FileNotFoundException exception) {
172 Log.e(MtpDocumentsProvider.TAG, "Unexpected FileNotFoundException.", exception);
173 throw new RuntimeException(exception);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java314 if (ar.exception != null) {
316 if (ar.exception instanceof CommandException) {
317 CommandException.Error err = ((CommandException)(ar.exception)).getCommandError();
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DFontRequestEmojiCompatConfigTest.java95 final Exception exception = new RuntimeException();
96 doThrow(exception).when(mFontsContract).fetchFonts(
104 verify(callback, times(1)).onFailed(same(exception));
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java194 // Wrap the real exception in a ClassNotFoundException, so that the calling method
239 // There is some unknown inflation exception in inflating a View that was found.
250 // Wrap the real exception in an InflateException so that the calling
252 InflateException exception = new InflateException();
254 exception.initCause(e2);
256 exception.initCause(e);
258 throw exception;
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DSimpleCompilationTest.java168 for (ScopedException exception : bindingExceptions) {
169 ScopedErrorReport report = exception.getScopedErrorReport();
181 fail("unexpected exception " + exception.getBareMessage());
187 assertEquals(message, exception.getBareMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java714 AsyncResult.forMessage(onComplete).exception = e;
728 AsyncResult.forMessage(onComplete).exception = e;
742 AsyncResult.forMessage(onComplete).exception = e;
756 AsyncResult.forMessage(onComplete).exception = e;
770 AsyncResult.forMessage(onComplete).exception = e;
820 AsyncResult.forMessage(onComplete).exception = e;
834 AsyncResult.forMessage(onComplete).exception = e;
848 AsyncResult.forMessage(onComplete).exception = e;
862 AsyncResult.forMessage(onComplete).exception = e;
H A DIsimUiccRecords.java124 loge("ISim REFRESH(EVENT_ISIM_REFRESH) with exception: " + ar.exception);
125 if (ar.exception == null) {
136 if (ar.exception != null) {
137 log("Exception ISIM AKA: " + ar.exception);
H A DRuimRecords.java183 AsyncResult.forMessage((onComplete)).exception =
616 if (ar.exception != null) {
617 loge("Exception querying IMSI, Exception:" + ar.exception);
651 if (ar.exception != null) {
669 if (ar.exception != null) {
682 if (ar.exception != null) {
683 Rlog.i(LOG_TAG, "RuimRecords update failed", ar.exception);
702 if (ar.exception == null) {
H A DIccRecords.java373 // synthesize a "File Not Found" exception and return it
374 AsyncResult.forMessage(onComplete).exception =
442 * ((AsyncResult)onComplete.obj).exception == null on success
443 * ((AsyncResult)onComplete.obj).exception != null on fail
507 if (ar.exception != null) {
508 loge("Record Load Exception: " + ar.exception);
525 if (ar.exception != null) {
526 loge("Exception ICC SIM AKA: " + ar.exception);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DIccPhoneBookInterfaceManagerTest.java106 AsyncResult.forMessage(response).exception = new RuntimeException();
113 //the later read return null due to exception
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java200 _localctx.exception = re;
250 _localctx.exception = re;
325 _localctx.exception = re;
378 _localctx.exception = re;
476 _localctx.exception = re;
538 _localctx.exception = re;
1368 _localctx.exception = re;
1416 _localctx.exception = re;
1480 _localctx.exception = re;
1546 _localctx.exception
[all...]
/frameworks/base/core/jni/
H A DBindTest.cpp70 goto exception;
74 exception:
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java60 public static void defer(ScopedException exception) { argument
61 sDeferredExceptions.add(exception);
84 * consumed, it creates the exception and defers if possible then exits from the provided
89 * @param msg The exception message
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java413 private Throwable getRootCause(Throwable exception) { argument
414 Throwable cause = exception.getCause();
416 exception = cause;
417 cause = exception.getCause();
419 return exception;
1423 private void onError(Throwable exception) { argument
1424 exception = getRootCause(exception);
1425 onError(getErrorCode(exception), exception
1464 getErrorCode(Throwable exception) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java58 public final ExpectedException exception = ExpectedException.none(); field in class:RemoteViewsTest
112 exception.expect(IllegalStateException.class);
182 exception.expect(Exception.class);
347 exception.expect(IllegalArgumentException.class);
366 exception.expect(IllegalArgumentException.class);

Completed in 630 milliseconds

123456