HomeSort by relevance Sort by last modified time
    Searched defs:onException (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/glide/library/src/main/java/com/bumptech/glide/request/
RequestListener.java 23 * public void onException(Exception e, T model, Target target, boolean isFirstResource) {
43 boolean onException(Exception e, T model, Target<R> target, boolean isFirstResource);
ResourceCallback.java 23 void onException(Exception e);
GenericRequest.java 251 onException(null);
413 onException(new Exception("Got null fetcher from model loader"));
448 onException(new Exception("Expected to receive a Resource<R> with an object of " + transcodeClass
456 onException(new Exception("Expected to receive an object of " + transcodeClass
502 public void onException(Exception e) {
509 if (requestListener == null || !requestListener.onException(e, model, target, isFirstReadyResource())) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
AsyncResultCallback.java 23 * or {@link #onException(Throwable)} will be called. You can create an anonymous subclass and
34 * void onException(Throwable e) {...}
49 public void onException(Throwable e) {
50 Rlog.e(LOG_TAG, "Error in onException", e);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultHidingSink.java 25 onException(e);
35 onException(e);
45 onException(e);
49 protected void onException(IOException e) {
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DebugWebSocketServer.java 104 protected void onException(IOException exception) {
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 140 mTcpListener.onException(CLIRListPreference.this, (CommandException) ar.exception);
CallWaitingSwitchPreference.java 94 mTcpListener.onException(CallWaitingSwitchPreference.this,
TimeConsumingPreferenceActivity.java 20 public void onException(Preference preference, CommandException exception);
199 public void onException(Preference preference, CommandException exception) {
CallForwardEditPreference.java 246 mTcpListener.onException(CallForwardEditPreference.this,
251 // the same way as mTcpListener.onException() does when it is not of type
CallBarringEditPreference.java 333 pref.mTcpListener.onException(pref, (CommandException) ar.exception);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 75 void onException(Exception ex);
174 consumer.onException(ex);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineJob.java 80 cb.onException(exception);
165 public void onException(final Exception e) {
182 cb.onException(exception);
  /test/vts/runners/host/
base_test.py 502 """Proxy function to guarantee the base implementation of onException
511 self.onException(test_name, begin_time)
518 def onException(self, test_name, begin_time):
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
ApduSenderTest.java 73 public void onException(Throwable e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 211 onException(e);
213 onException(e);
215 onException(e);
217 onException(e);
219 onException(e);
221 onException(e);
373 protected void onException(Throwable t) {
374 super.onException(t);
ExportWizard.java 150 protected void onException(Throwable t) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java 91 public void onException(Throwable e) {
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 112 protected abstract void onException(IOException exception);
250 onException(e);
253 onException(e);
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 189 public boolean onException(Object obj, Throwable e) {
    [all...]
  /prebuilts/misc/common/android-support-test/monitor/
monitor_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 

Completed in 465 milliseconds

1 2 3 4 5 6