Searched refs:getCause (Results 1 – 25 of 27) sorted by relevance
12
36 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()
166 assertTrue(e.getCause() instanceof TransactionTooLargeException); in testStereotypes()
33 && (cause.getCause() != null)) in SipException()34 ? cause.getCause() in SipException()
30 import static com.android.layoutlib.bridge.util.ReflectionUtils.getCause;60 getCause(e), null); in openDrawer()
31 import static com.android.layoutlib.bridge.util.ReflectionUtils.getCause;66 Throwable cause = getCause(e); in setAdapter()
71 public static Throwable getCause(@NonNull Throwable throwable) { in getCause() method in ReflectionUtils72 Throwable cause = throwable.getCause(); in getCause()
122 throw new RuntimeException(e.getCause()); in set()143 throw new RuntimeException(e.getCause()); in get()
49 while ((t = t.getCause()) != null) { in getCompleteMessage()
338 t = t.getCause(); in getStackTraceString()
37 throw new PackageManagerException(e.error, e.getMessage(), e.getCause()); in from()
402 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()
440 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()
246 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()
192 t = t.getCause(); in getStackTraceString()
353 while (tr.getCause() != null) { in CrashInfo()354 tr = tr.getCause(); in CrashInfo()
640 cause = e.getCause(); in rewriteRValues()
143 "An error occurred while executing doInBackground()", e.getCause()); in ModernAsyncTask()
310 e.getCause()); in AsyncTask()
114 assertEquals(UnsatisfiedLinkError.class, e.getCause().getClass()); in testNoOp()
156 <span class="sympad">getCause</span>()
730 Throwable cause = ex.getCause(); in run()
1928 final Throwable cause = e.getCause();2101 final Throwable cause = e.getCause();
1142 Throwable t = e.getCause(); in callMethodOnAppropriateTheadBlocking()1623 exception.set(e.getCause()); in invokeViewMethod()
414 Throwable cause = exception.getCause(); in getRootCause()417 cause = exception.getCause(); in getRootCause()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...