Home | History | Annotate | Download | only in content

Lines Matching refs:SendIntentException

68     public static class SendIntentException extends AndroidException {
69 public SendIntentException() {
72 public SendIntentException(String name) {
76 public SendIntentException(Exception cause) {
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();