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

/frameworks/base/core/java/android/app/
H A DPendingIntent.java167 public static class CanceledException extends AndroidException { class in class:PendingIntent
168 public CanceledException() { method in class:PendingIntent.CanceledException
171 public CanceledException(String name) { method in class:PendingIntent.CanceledException
175 public CanceledException(Exception cause) { method in class:PendingIntent.CanceledException
642 * @throws CanceledException Throws CanceledException if the PendingIntent
645 public void send() throws CanceledException {
656 * @throws CanceledException Throws CanceledException if the PendingIntent
659 public void send(int code) throws CanceledException {
[all...]

Completed in 47 milliseconds