Home
last modified time | relevance | path

Searched refs:getCause (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraUtilsRuntimeExceptionTest.java36 assertNull(e.getCause()); in testCameraRuntimeException1()
48 assertNull(e.getCause()); in testCameraRuntimeException2()
61 assertEquals(cause, e.getCause()); in testCameraRuntimeException3()
74 assertEquals(cause, e.getCause()); in testCameraRuntimeException4()
DCameraUtilsBinderDecoratorTest.java166 assertTrue(e.getCause() instanceof TransactionTooLargeException); in testStereotypes()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipException.java33 && (cause.getCause() != null)) in SipException()
34 ? cause.getCause() in SipException()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DDrawerLayoutUtil.java30 import static com.android.layoutlib.bridge.util.ReflectionUtils.getCause;
60 getCause(e), null); in openDrawer()
DRecyclerViewUtil.java31 import static com.android.layoutlib.bridge.util.ReflectionUtils.getCause;
66 Throwable cause = getCause(e); in setAdapter()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DReflectionUtils.java71 public static Throwable getCause(@NonNull Throwable throwable) { in getCause() method in ReflectionUtils
72 Throwable cause = throwable.getCause(); in getCause()
/frameworks/base/core/java/android/util/
DReflectiveProperty.java122 throw new RuntimeException(e.getCause()); in set()
143 throw new RuntimeException(e.getCause()); in get()
DExceptionUtils.java49 while ((t = t.getCause()) != null) { in getCompleteMessage()
DLog.java338 t = t.getCause(); in getStackTraceString()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerException.java37 throw new PackageManagerException(e.error, e.getMessage(), e.getCause()); in from()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java402 Log.e(TAG, "Exception while invoking method: " + e.getCause().getMessage()); in invokeViewMethod()
403 String msg = e.getCause().getMessage(); in invokeViewMethod()
405 msg = e.getCause().toString(); in invokeViewMethod()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java440 while (t2.getCause() != null) { in createSession()
441 t2 = t.getCause(); in createSession()
468 while (t2.getCause() != null) { in renderDrawable()
469 t2 = t.getCause(); in renderDrawable()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java246 while (t.getCause() != null) { in inflate()
247 t = t.getCause(); in inflate()
442 while (t.getCause() != null) { in render()
443 t = t.getCause(); in render()
526 while (t.getCause() != null) { in animate()
527 t = t.getCause(); in animate()
/frameworks/multidex/library/test/src/android/util/
DLog.java192 t = t.getCause(); in getStackTraceString()
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java353 while (tr.getCause() != null) { in CrashInfo()
354 tr = tr.getCause(); in CrashInfo()
DLoadedApk.java640 cause = e.getCause(); in rewriteRValues()
/frameworks/support/v4/java/android/support/v4/content/
DModernAsyncTask.java143 "An error occurred while executing doInBackground()", e.getCause()); in ModernAsyncTask()
/frameworks/base/core/java/android/os/
DAsyncTask.java310 e.getCause()); in AsyncTask()
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DDelegateClassAdapterTest.java114 assertEquals(UnsatisfiedLinkError.class, e.getCause().getClass()); in testNoOp()
/frameworks/base/docs/html/tools/help/uiautomator/
DUiObjectNotFoundException.jd156 <span class="sympad">getCause</span>()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java730 Throwable cause = ex.getCause(); in run()
/frameworks/base/core/java/android/accounts/
DAccountManager.java1928 final Throwable cause = e.getCause();
2101 final Throwable cause = e.getCause();
/frameworks/base/core/java/android/view/
DViewDebug.java1142 Throwable t = e.getCause(); in callMethodOnAppropriateTheadBlocking()
1623 exception.set(e.getCause()); in invokeViewMethod()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java414 Throwable cause = exception.getCause(); in getRootCause()
417 cause = exception.getCause(); in getRootCause()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...

12