Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPendingIntent.java302 public static class CanceledException extends AndroidException { class in PendingIntent
303 public CanceledException() { in CanceledException() method in PendingIntent.CanceledException
306 public CanceledException(String name) { in CanceledException() method in PendingIntent.CanceledException
310 public CanceledException(Exception cause) { in CanceledException() method in PendingIntent.CanceledException