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

/frameworks/base/core/java/android/content/
H A DIntentSender.java67 public static class SendIntentException extends AndroidException { class in class:IntentSender
68 public SendIntentException() { method in class:IntentSender.SendIntentException
71 public SendIntentException(String name) { method in class:IntentSender.SendIntentException
75 public SendIntentException(Exception cause) { method in class:IntentSender.SendIntentException
152 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
156 OnFinished onFinished, Handler handler) throws SendIntentException {
183 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
188 throws SendIntentException {
199 throw new SendIntentException();
202 throw new SendIntentException();
[all...]

Completed in 243 milliseconds