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

  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 46 notifyFailed(t);
60 notifyFailed(t);
AbstractService.java 64 * #notifyFailed(Throwable)} instead.
76 * invocation should cause a call to {@link #notifyFailed(Throwable)} instead.
94 notifyFailed(startupFailure);
119 notifyFailed(shutdownFailure);
151 notifyFailed(failure);
180 notifyFailed(failure);
197 protected final void notifyFailed(Throwable cause) {
AbstractScheduledService.java 177 notifyFailed(t);
195 notifyFailed(t);
224 notifyFailed(t);
363 // notices and transitions to the FAILED state. We do it by calling notifyFailed directly
367 service.notifyFailed(e);
AbstractExecutionThreadService.java 67 notifyFailed(t);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 388 notifyFailed(EXCEPTION);
399 notifyFailed(EXCEPTION);
413 notifyFailed(EXCEPTION);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 488 milliseconds