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

  /external/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 47 notifyFailed(t);
61 notifyFailed(t);
AbstractService.java 66 * #notifyFailed(Throwable)} instead.
78 * invocation should cause a call to {@link #notifyFailed(Throwable)} instead.
95 notifyFailed(startupFailure);
119 notifyFailed(shutdownFailure);
163 notifyFailed(failure);
192 notifyFailed(failure);
209 protected final void notifyFailed(Throwable cause) {
AbstractExecutionThreadService.java 59 notifyFailed(t);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 576 notifyFailed(context, true, threadId, false);
580 notifyFailed(context, false, 0, false);
584 notifyFailed(context, false, 0, noisy);
587 private static void notifyFailed(Context context, boolean isDownload, long threadId,

Completed in 34 milliseconds