Searched defs:RemoteAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DRemoteAction.java36 public final class RemoteAction implements Parcelable { class in inherits:Parcelable
38 private static final String TAG = "RemoteAction";
46 RemoteAction(Parcel in) { method in class:RemoteAction
54 public RemoteAction(@NonNull Icon icon, @NonNull CharSequence title, method in class:RemoteAction
110 public RemoteAction clone() {
111 RemoteAction action = new RemoteAction(mIcon, mTitle, mContentDescription, mActionIntent);
140 public static final Parcelable.Creator<RemoteAction> CREATOR =
141 new Parcelable.Creator<RemoteAction>() {
142 public RemoteAction createFromParce
[all...]

Completed in 477 milliseconds