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

/frameworks/base/core/java/android/app/
H A DPendingIntent.java169 public static class CanceledException extends AndroidException { class in class:PendingIntent
170 public CanceledException() { method in class:PendingIntent.CanceledException
173 public CanceledException(String name) { method in class:PendingIntent.CanceledException
177 public CanceledException(Exception cause) { method in class:PendingIntent.CanceledException
680 * @throws CanceledException Throws CanceledException if the PendingIntent
683 public void send() throws CanceledException {
694 * @throws CanceledException Throws CanceledException if the PendingIntent
697 public void send(int code) throws CanceledException {
[all...]

Completed in 172 milliseconds