Searched defs:SendIntentException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentSender.java66 public static class SendIntentException extends AndroidException { class in class:IntentSender
67 public SendIntentException() { method in class:IntentSender.SendIntentException
70 public SendIntentException(String name) { method in class:IntentSender.SendIntentException
74 public SendIntentException(Exception cause) { method in class:IntentSender.SendIntentException
151 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
155 OnFinished onFinished, Handler handler) throws SendIntentException {
165 throw new SendIntentException();
168 throw new SendIntentException();

Completed in 3186 milliseconds