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

  /external/chromium_org/webkit/browser/fileapi/
file_system_url_request_job.cc 113 NotifyFailed(rv);
138 NotifyFailed(net::ERR_REQUEST_RANGE_NOT_SATISFIABLE);
162 NotifyFailed(net::ERR_FILE_NOT_FOUND);
175 NotifyFailed(error_code == base::PLATFORM_FILE_ERROR_INVALID_URL ?
187 NotifyFailed(net::ERR_REQUEST_RANGE_NOT_SATISFIABLE);
216 NotifyFailed(result);
241 void FileSystemURLRequestJob::NotifyFailed(int rv) {
file_system_url_request_job.h 67 void NotifyFailed(int rv);
  /external/guava/guava/src/com/google/common/util/concurrent/
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) {
AbstractIdleService.java 46 notifyFailed(t);
60 notifyFailed(t);
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...]

Completed in 4365 milliseconds