Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java523 public static class ActionException extends RuntimeException { class in RemoteViews
524 public ActionException(Exception ex) { in ActionException() method in RemoteViews.ActionException
527 public ActionException(String message) { in ActionException() method in RemoteViews.ActionException
533 public ActionException(Throwable t) { in ActionException() method in RemoteViews.ActionException