HomeSort by relevance Sort by last modified time
    Searched refs:mException (Results 1 - 15 of 15) sorted by null

  /external/doclava/src/com/google/doclava/
ThrowsTagInfo.java 26 private ClassInfo mException;
37 mException = ((ClassInfo) base).findClass(className);
39 if (mException == null) {
40 mException = Converter.obtainClass(className);
48 mException = exception;
53 return mException;
57 if (mException != null) {
58 return mException.asTypeInfo();
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
VolleyRequestFuture.java 62 private VolleyError mException;
109 if (mException != null) {
110 throw new ExecutionException(mException);
127 if (mException != null) {
128 throw new ExecutionException(mException);
149 return mResultReceived || mException != null || isCancelled();
161 mException = error;
  /frameworks/volley/src/com/android/volley/toolbox/
RequestFuture.java 59 private VolleyError mException;
102 if (mException != null) {
103 throw new ExecutionException(mException);
116 if (mException != null) {
117 throw new ExecutionException(mException);
137 return mResultReceived || mException != null || isCancelled();
149 mException = error;
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceActivity.java 28 private volatile Exception mException;
55 if (mException != null) {
56 throw mException;
61 if (mException == null) {
62 mException = e;
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 44 private Exception mException;
63 mException = e;
69 if(mException != null) {
70 throw mException;
  /external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
TestUtils.java 98 private Exception mException = null;
104 mException = e;
111 if (mException != null)
112 throw mException;
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveActivity.java 34 private volatile Exception mException;
88 if (mException != null) {
89 throw mException;
100 if (mException == null) {
101 mException = e;
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 52 private IOException mException;
290 mException = e;
353 mException = e;
364 if (mException == null) {
365 mException = e;
442 if (mException == null && mContentLengthOverLimit) {
443 mException = new ResponseTooLargeException();
445 return mException;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 36 private Exception mException;
228 return mException;
236 mException = exception;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 98 private final Exception mException;
108 mException = exception;
149 mException = null;
177 mException = from.mException;
287 return mException;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 680 final RuntimeException ex = waiter.mException;
709 if (waiter.mAssignedConnection != null || waiter.mException != null) {
729 waiter.mException = new OperationCanceledException();
    [all...]
SQLiteConnection.java     [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 234 private RuntimeDeviceNotAvailableException mException = null;
250 mException = e;
256 return mException;
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 546 private MojoException mException = null;
561 this.mException = exception;
575 return mException;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 370 milliseconds