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

/frameworks/base/core/java/android/app/
H A DPendingIntent.java129 public static class CanceledException extends AndroidException { class in class:PendingIntent
130 public CanceledException() { method in class:PendingIntent.CanceledException
133 public CanceledException(String name) { method in class:PendingIntent.CanceledException
137 public CanceledException(Exception cause) { method in class:PendingIntent.CanceledException
564 * @throws CanceledException Throws CanceledException if the PendingIntent
567 public void send() throws CanceledException {
578 * @throws CanceledException Throws CanceledException if the PendingIntent
581 public void send(int code) throws CanceledException {
[all...]

Completed in 57 milliseconds