Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java389 public static class ActionException extends RuntimeException { class in RemoteViews
390 public ActionException(Exception ex) { in ActionException() method in RemoteViews.ActionException
393 public ActionException(String message) { in ActionException() method in RemoteViews.ActionException
399 public ActionException(Throwable t) { in ActionException() method in RemoteViews.ActionException