Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 146) sorted by relevance

123456

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordLoader.java143 if (ar.exception != null) { in handleMessage()
145 ar.exception); in handleMessage()
156 ar.exception); in handleMessage()
163 ar.exception); in handleMessage()
174 if (ar.exception != null) { in handleMessage()
176 ar.exception); in handleMessage()
185 if (ar.exception != null) { in handleMessage()
186 throw new RuntimeException("load failed", ar.exception); in handleMessage()
217 if (ar.exception != null) { in handleMessage()
218 throw new RuntimeException("load failed", ar.exception); in handleMessage()
[all …]
DSIMRecords.java339 AsyncResult.forMessage((onComplete)).exception = in setVoiceMailNumber()
363 AsyncResult.forMessage((onComplete)).exception = in setVoiceMailNumber()
569 if (ar.exception != null) { in handleMessage()
570 loge("Exception querying IMSI, Exception:" + ar.exception); in handleMessage()
623 if (ar.exception == null) { in handleMessage()
666 if (ar.exception != null) { in handleMessage()
712 if (ar.exception != null) { in handleMessage()
730 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
731 = ar.exception; in handleMessage()
742 if (ar.exception != null) { in handleMessage()
[all …]
DIccFileHandler.java345 if (ar.exception != null) { in handleMessage()
346 sendResult(response, null, ar.exception); in handleMessage()
382 sendResult(response, result.payload, ar.exception); in handleMessage()
392 sendResult(response, result.payload, ar.exception); in handleMessage()
401 if (ar.exception != null) { in handleMessage()
402 sendResult(response, null, ar.exception); in handleMessage()
433 if (ar.exception != null) { in handleMessage()
434 sendResult(response, null, ar.exception); in handleMessage()
479 if (ar.exception != null) { in handleMessage()
480 sendResult(response, null, ar.exception); in handleMessage()
[all …]
DUiccCardApplication.java207 if (ar.exception != null) { in onQueryFdnEnabled()
208 if (DBG) log("Error in querying facility lock:" + ar.exception); in onQueryFdnEnabled()
224 if (ar.exception == null) { in onChangeFdnDone()
229 loge("Error change facility fdn with exception " + ar.exception); in onChangeFdnDone()
232 AsyncResult.forMessage(response).exception = ar.exception; in onChangeFdnDone()
250 if(ar.exception != null) { in onQueryFacilityLock()
251 if (DBG) log("Error in querying facility lock:" + ar.exception); in onQueryFacilityLock()
300 if (ar.exception == null) { in onChangeFacilityLock()
305 loge("Error change facility lock with exception " + ar.exception); in onChangeFacilityLock()
307 AsyncResult.forMessage(((Message)ar.userObj)).exception = ar.exception; in onChangeFacilityLock()
DAdnRecordCache.java125 AsyncResult.forMessage(response).exception = e; in sendErrorResponse()
290 AsyncResult.forMessage(response).exception in requestLoadAllAdnLike()
314 AsyncResult.forMessage(waiter, ar.result, ar.exception); in notifyWaiters()
337 if (ar.exception == null) { in handleMessage()
348 if (ar.exception == null) { in handleMessage()
356 AsyncResult.forMessage(response, null, ar.exception); in handleMessage()
DIccCardProxy.java541 AsyncResult.forMessage(onComplete).exception = e; in supplyPin()
555 AsyncResult.forMessage(onComplete).exception = e; in supplyPuk()
569 AsyncResult.forMessage(onComplete).exception = e; in supplyPin2()
583 AsyncResult.forMessage(onComplete).exception = e; in supplyPuk2()
597 AsyncResult.forMessage(onComplete).exception = e; in supplyNetworkDepersonalization()
628 AsyncResult.forMessage(onComplete).exception = e; in setIccLockEnabled()
642 AsyncResult.forMessage(onComplete).exception = e; in setIccFdnEnabled()
656 AsyncResult.forMessage(onComplete).exception = e; in changeIccLockPassword()
670 AsyncResult.forMessage(onComplete).exception = e; in changeIccFdnPassword()
DRuimRecords.java174 AsyncResult.forMessage((onComplete)).exception = in setVoiceMailNumber()
466 if (ar.exception != null) { in handleMessage()
467 loge("Exception querying IMSI, Exception:" + ar.exception); in handleMessage()
493 if (ar.exception != null) { in handleMessage()
511 if (ar.exception != null) { in handleMessage()
523 if (ar.exception != null) { in handleMessage()
524 Rlog.i(LOG_TAG, "RuimRecords update failed", ar.exception); in handleMessage()
543 if (ar.exception == null) { in handleMessage()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java48 public Exception exception; field in AsyncRunner.RunnerResult
90 } catch (Exception exception) { in doInBackground()
91 result.exception = exception; in doInBackground()
98 } catch (Exception exception) { in doInBackground()
99 result.exception = exception; in doInBackground()
121 setException(result.exception); in onPostExecute()
126 } catch (Exception exception) { in onPostExecute()
128 setException(exception); in onPostExecute()
243 synchronized private void setException(Exception exception) { in setException() argument
244 mException = exception; in setException()
/frameworks/base/core/java/android/net/http/
DConnection.java162 Exception exception = null; in processRequests() local
237 exception = e; in processRequests()
240 exception = e; in processRequests()
243 exception = e; in processRequests()
246 if (exception != null) { in processRequests()
247 if (httpFailure(req, error, exception) && in processRequests()
253 exception = null; in processRequests()
285 exception = e; in processRequests()
288 exception = e; in processRequests()
291 exception = e; in processRequests()
[all …]
/frameworks/base/core/java/android/os/
DRegistrant.java56 notifyException(Throwable exception) in notifyException() argument
58 internalNotifyRegistrant (null, exception); in notifyException()
67 internalNotifyRegistrant (ar.result, ar.exception); in notifyRegistrant()
71 internalNotifyRegistrant (Object result, Throwable exception) in internalNotifyRegistrant() argument
82 msg.obj = new AsyncResult(userObj, result, exception); in internalNotifyRegistrant()
DRegistrantList.java76 internalNotifyRegistrants (Object result, Throwable exception) in internalNotifyRegistrants() argument
80 r.internalNotifyRegistrant(result, exception); in internalNotifyRegistrants()
91 notifyException(Throwable exception) in notifyException() argument
93 internalNotifyRegistrants (null, exception); in notifyException()
106 internalNotifyRegistrants(ar.result, ar.exception); in notifyRegistrants()
DAsyncResult.java29 public Throwable exception; field in AsyncResult
66 exception = ex; in AsyncResult()
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java118 Throwable exception = null; in runMethod() local
124 exception = null; in runMethod()
127 exception = e.getTargetException(); in runMethod()
130 exception = e; in runMethod()
140 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()
142 if (exception != null) { in runMethod()
143 throw exception; in runMethod()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestSuiteBuilder.java194 } catch (Exception exception) { in build()
195 Log.i("TestSuiteBuilder", "Failed to create test.", exception); in build()
197 suite.addTest(new FailedToCreateTests(exception)); in build()
230 private final Exception exception; field in TestSuiteBuilder.FailedToCreateTests
232 public FailedToCreateTests(Exception exception) { in FailedToCreateTests() argument
234 this.exception = exception; in FailedToCreateTests()
238 throw new RuntimeException("Exception during suite construction", exception); in testSuiteConstructionFailed()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java209 Throwable exception = null; in runMethod() local
215 exception = null; in runMethod()
218 exception = e.getTargetException(); in runMethod()
221 exception = e; in runMethod()
231 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()
233 if (exception != null) { in runMethod()
234 throw exception; in runMethod()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java118 ClassNotFoundException exception = new ClassNotFoundException("onCreateView", e); in onCreateView()
119 throw exception; in onCreateView()
139 InflateException exception = new InflateException(); in createViewFromTag()
141 exception.initCause(e2); in createViewFromTag()
143 exception.initCause(e); in createViewFromTag()
145 throw exception; in createViewFromTag()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DOutputStreamTarget.java61 } catch (IOException exception) { in process()
63 "OutputStreamTarget: Could not write to stream: " + exception.getMessage() + "!"); in process()
DInputStreamSource.java77 } catch (IOException exception) { in process()
79 "InputStreamSource: Could not read stream: " + exception.getMessage() + "!"); in process()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java351 Exception exception = null; in updateAppWidget() local
395 exception = e; in updateAppWidget()
405 exception = e; in updateAppWidget()
418 Log.w(TAG, "updateAppWidget couldn't find any view, using error view", exception); in updateAppWidget()
547 Exception exception = null; in getDefaultView() local
576 exception = e; in getDefaultView()
578 exception = e; in getDefaultView()
581 if (exception != null) { in getDefaultView()
582 Log.w(TAG, "Error inflating AppWidget " + mInfo + ": " + exception.toString()); in getDefaultView()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java123 } catch (FileNotFoundException exception) { in createLocalBitmap()
125 } catch (IOException exception) { in createLocalBitmap()
127 } catch (IllegalArgumentException exception) { in createLocalBitmap()
129 } catch (SecurityException exception) { in createLocalBitmap()
/frameworks/base/test-runner/src/android/test/
DTestPrinter.java81 public void failed(String className, Throwable exception) { in failed() argument
84 Log.i(mTag, "", exception); in failed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java380 if (ar.exception != null) { in handleMessage()
381 log("EVENT_GET_CELL_INFO_LIST: error ret null, e=" + ar.exception); in handleMessage()
399 if (ar.exception != null) { in handleMessage()
400 log("EVENT_UNSOL_CELL_INFO_LIST: error ignoring, e=" + ar.exception); in handleMessage()
584 if ((ar.exception == null) && (ar.result != null)) { in onSignalStrengthResult()
589 log("onSignalStrengthResult() Exception from RIL : " + ar.exception); in onSignalStrengthResult()
/frameworks/opt/vcard/java/com/android/vcard/exception/
DVCardVersionException.java16 package com.android.vcard.exception;
DVCardNestedException.java17 package com.android.vcard.exception;
DVCardInvalidLineException.java16 package com.android.vcard.exception;

123456