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

/frameworks/base/core/java/android/content/
H A DIntentSender.java68 public static class SendIntentException extends AndroidException { class in class:IntentSender
69 public SendIntentException() { method in class:IntentSender.SendIntentException
72 public SendIntentException(String name) { method in class:IntentSender.SendIntentException
76 public SendIntentException(Exception cause) { method in class:IntentSender.SendIntentException
153 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
157 OnFinished onFinished, Handler handler) throws SendIntentException {
184 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
189 throws SendIntentException {
200 throw new SendIntentException();
203 throw new SendIntentException();
[all...]

Completed in 649 milliseconds