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

/frameworks/base/core/java/android/content/
H A DIntentSender.java64 public static class SendIntentException extends AndroidException { class in class:IntentSender
65 public SendIntentException() { method in class:IntentSender.SendIntentException
68 public SendIntentException(String name) { method in class:IntentSender.SendIntentException
72 public SendIntentException(Exception cause) { method in class:IntentSender.SendIntentException
149 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
153 OnFinished onFinished, Handler handler) throws SendIntentException {
180 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
185 throws SendIntentException {
197 throw new SendIntentException();
200 throw new SendIntentException();
[all...]

Completed in 28 milliseconds