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
536 * @throws CanceledException Throws CanceledException if the PendingIntent
539 public void send() throws CanceledException {
550 * @throws CanceledException Throws CanceledException if the PendingIntent
553 public void send(int code) throws CanceledException {
[all...]

Completed in 173 milliseconds