Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPendingIntent.java167 public static class CanceledException extends AndroidException { class in PendingIntent
168 public CanceledException() { in CanceledException() method in PendingIntent.CanceledException
171 public CanceledException(String name) { in CanceledException() method in PendingIntent.CanceledException
175 public CanceledException(Exception cause) { in CanceledException() method in PendingIntent.CanceledException