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

/frameworks/base/core/java/android/app/
H A DPendingIntent.java100 public static class CanceledException extends AndroidException { class in class:PendingIntent
101 public CanceledException() { method in class:PendingIntent.CanceledException
104 public CanceledException(String name) { method in class:PendingIntent.CanceledException
108 public CanceledException(Exception cause) { method in class:PendingIntent.CanceledException
446 * @throws CanceledException Throws CanceledException if the PendingIntent
449 public void send() throws CanceledException {
460 * @throws CanceledException Throws CanceledException if the PendingIntent
463 public void send(int code) throws CanceledException {
[all...]

Completed in 48 milliseconds