Searched refs:exception (Results 26 - 50 of 139) sorted by relevance

123456

/frameworks/base/legacy-test/src/android/test/
H A DInstrumentationTestCase.java215 Throwable exception = null;
221 exception = null;
224 exception = e.getTargetException();
227 exception = e;
237 } while ((runCount < tolerance) && (isRepetitive || exception != null));
239 if (exception != null) {
240 throw exception;
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewAssertions.java105 return (view, exception) -> {
142 return (view, exception) -> {
163 public void check(View view, NoMatchingViewException exception) { argument
200 public void check(View view, NoMatchingViewException exception) { argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderPrepareStateUnitTest.java57 } catch (IOException exception) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java127 if (ar.exception == null) {
138 logw("EVENT_SUBSCRIPTION_STATUS_CHANGED, Exception:" + ar.exception);
185 if ((ar.exception == null) && (ar.result != null)) {
199 logw("Unable to get CDMA Subscription Source, Exception: " + ar.exception
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java76 } catch (IOException exception) {
78 "InputStreamSource: Could not read stream: " + exception.getMessage() + "!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java125 AsyncResult.forMessage(response).exception = e;
138 * response.exception hold the exception in error
176 * response.exception hold the exception in error
247 * Responds with exception (in response) if efid is not a known ADN-like
295 AsyncResult.forMessage(response).exception
320 AsyncResult.forMessage(waiter, ar.result, ar.exception);
343 if (ar.exception == null) {
354 if (ar.exception
[all...]
H A DUiccCardApplication.java227 if (ar.exception != null) {
228 if (DBG) log("Error in querying facility lock:" + ar.exception);
254 if (ar.exception == null) {
260 loge("Error change facility fdn with exception " + ar.exception);
264 AsyncResult.forMessage(response).exception = ar.exception;
282 if(ar.exception != null) {
283 if (DBG) log("Error in querying facility lock:" + ar.exception);
334 if (ar.exception
[all...]
H A DUiccController.java47 * and throws an exception if called multiple times.
286 if (ar.exception != null) {
289 + "never return an error", ar.exception);
313 if (ar.exception != null) {
314 Rlog.e(LOG_TAG, "Sim REFRESH with exception: " + ar.exception);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayer.cpp24 auto exception = coverageExceptions.find(property); local
25 return (exception != coverageExceptions.end())? exception->second : coverage;
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java82 public void failed(String className, Throwable exception) { argument
84 Log.i(mTag, "----- begin exception -----");
85 Log.i(mTag, "", exception);
86 Log.i(mTag, "----- end exception -----");
/frameworks/base/tools/layoutlib/bridge/src/android/preference/
H A DBridgePreferenceInflater.java49 } catch (ClassNotFoundException | InflateException exception) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java54 public void exception(Throwable t, String format, Object... args) { method in class:Log
H A DMain.java161 log.exception(e, "Failed to load jar");
179 log.exception(e, "Failed to load jar");
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java83 mLog.exception(e, "Test %d", 44);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java113 } catch (FileNotFoundException exception) {
115 } catch (IOException exception) {
117 } catch (IllegalArgumentException exception) {
119 } catch (SecurityException exception) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java292 if (ar.exception != null) {
293 Rlog.e(TAG, "UICC Send Envelope failure, exception: " + ar.exception);
305 if (ar.exception == null) {
309 Rlog.d(TAG, "Failed to write SMS-PP message to UICC", ar.exception);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParser_V21.java18 import com.android.vcard.exception.VCardException;
H A DVCardParser_V30.java18 import com.android.vcard.exception.VCardException;
H A DVCardParser_V40.java18 import com.android.vcard.exception.VCardException;
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_single_source.py21 from harness.exception import TestSuiteException
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java250 Log.e(TAG, "Remote provider threw runtime exception, using error view instead.", e);
391 Exception exception = null;
444 exception = e;
454 exception = e;
462 applyContent(content, recycled, exception);
466 private void applyContent(View content, boolean recycled, Exception exception) { argument
472 Log.w(TAG, "updateAppWidget couldn't find any view, using error view", exception);
682 Exception exception = null;
710 exception = e;
713 if (exception !
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecFeatureAction.java205 final HdmiCecFeatureAction exception) {
206 mSource.removeActionExcept(clazz, exception);
204 removeActionExcept(final Class<T> clazz, final HdmiCecFeatureAction exception) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java80 public void onGraphRunnerError(Exception exception, boolean closedSuccessfully) {
81 mProcessResult.setException(exception);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DDataBindingBuilder.java90 } catch (IOException exception) {
91 L.e(exception, "Cannot read data binding version");
138 L.e(e, "Unexpected exception while reading %s",
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java170 _localctx.exception = re;
236 _localctx.exception = re;
375 _localctx.exception = re;
490 _localctx.exception = re;
539 _localctx.exception = re;
588 _localctx.exception = re;
637 _localctx.exception = re;
687 _localctx.exception = re;

Completed in 3115 milliseconds

123456