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

  /external/guava/src/com/google/common/util/concurrent/
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) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 589 notifyFailed(context, true, threadId, false);
593 notifyFailed(context, false, 0, false);
597 notifyFailed(context, false, 0, noisy);
600 private static void notifyFailed(Context context, boolean isDownload, long threadId,
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 748 milliseconds