HomeSort by relevance Sort by last modified time
    Searched defs:mException (Results 1 - 10 of 10) 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();
  /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/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 45 private Exception mException;
64 mException = e;
70 if(mException != null) {
71 throw mException;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 44 private Exception mException;
236 return mException;
244 mException = exception;
  /cts/suite/pts/deviceTests/opengl/src/com/android/pts/opengl/primitive/
GLPrimitiveActivity.java 37 private volatile Exception mException;
91 if (mException != null) {
92 throw mException;
103 if (mException == null) {
104 mException = e;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 221 private RuntimeDeviceNotAvailableException mException = null;
237 mException = e;
243 return mException;
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 93 private final Exception mException;
103 mException = exception;
144 mException = null;
172 mException = from.mException;
278 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...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 314 milliseconds