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

/frameworks/base/core/java/android/content/
H A DIntentSender.java65 public static class SendIntentException extends AndroidException { class in class:IntentSender
66 public SendIntentException() { method in class:IntentSender.SendIntentException
69 public SendIntentException(String name) { method in class:IntentSender.SendIntentException
73 public SendIntentException(Exception cause) { method in class:IntentSender.SendIntentException
150 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
154 OnFinished onFinished, Handler handler) throws SendIntentException {
181 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
186 throws SendIntentException {
198 throw new SendIntentException();
201 throw new SendIntentException();
[all...]

Completed in 1954 milliseconds