Home
last modified time | relevance | path

Searched refs:ActionException (Results 1 – 4 of 4) 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
419 OnClickHandler handler) throws ActionException; in apply()
939 throw new ActionException("view: " + klass.getName() in getMethod()
949 throw new ActionException("view: " + klass.getName() + " doesn't have method: " in getMethod()
973 throw new ActionException("Async implementation declared as " in getMethod()
1125 throw new ActionException(ex); in apply()
1221 OnClickHandler handler) throws ActionException { in apply()
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38253 public static class RemoteViews.ActionException extends java.lang.RuntimeException {
38254 ctor public RemoteViews.ActionException(java.lang.Exception);
38255 ctor public RemoteViews.ActionException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt56555 public static class RemoteViews.ActionException extends java.lang.RuntimeException {
56556 ctor public RemoteViews.ActionException(Exception);
56557 ctor public RemoteViews.ActionException(String);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt89357 Landroid/widget/RemoteViews$ActionException;-><init>(Ljava/lang/Throwable;)V