HomeSort by relevance Sort by last modified time
    Searched refs:RemoteAction (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/core/java/android/app/
RemoteAction.aidl 19 parcelable RemoteAction;
RemoteAction.java 31 public final class RemoteAction implements Parcelable {
33 private static final String TAG = "RemoteAction";
42 RemoteAction(Parcel in) {
51 public RemoteAction(@NonNull Icon icon, @NonNull CharSequence title,
122 public RemoteAction clone() {
123 RemoteAction action = new RemoteAction(mIcon, mTitle, mContentDescription, mActionIntent);
155 public static final Parcelable.Creator<RemoteAction> CREATOR =
156 new Parcelable.Creator<RemoteAction>() {
157 public RemoteAction createFromParcel(Parcel in)
    [all...]
PictureInPictureArgs.java 41 private List<RemoteAction> mUserActions;
69 * @see RemoteAction
71 public Builder setActions(List<RemoteAction> actions) {
119 private List<RemoteAction> mUserActions;
147 public PictureInPictureArgs(float aspectRatio, List<RemoteAction> actions) {
158 in.readParcelableList(mUserActions, RemoteAction.class.getClassLoader());
165 private PictureInPictureArgs(Rational aspectRatio, List<RemoteAction> actions,
185 public void setActions(List<RemoteAction> actions) {
250 public List<RemoteAction> getActions() {
PictureInPictureParams.java 43 private List<RemoteAction> mUserActions;
71 * @see RemoteAction
73 public Builder setActions(List<RemoteAction> actions) {
128 private List<RemoteAction> mUserActions;
149 in.readParcelableList(mUserActions, RemoteAction.class.getClassLoader());
157 PictureInPictureParams(Rational aspectRatio, List<RemoteAction> actions,
208 public List<RemoteAction> getActions() {
RecoverableSecurityException.java 55 private final RemoteAction mUserAction;
60 RemoteAction.CREATOR.createFromParcel(in));
82 RemoteAction userAction) {
93 new RemoteAction(
110 public RemoteAction getUserAction() {
  /cts/tests/tests/app/src/android/app/cts/
RemoteActionTest.java 43 RemoteAction reference = new RemoteAction(icon, title, description, action);
50 RemoteAction result = RemoteAction.CREATOR.createFromParcel(parcel);
67 RemoteAction reference = new RemoteAction(icon, title, description, action);
71 RemoteAction result = reference.clone();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMediaController.java 23 import android.app.RemoteAction;
65 void onMediaActionsChanged(List<RemoteAction> actions);
74 private RemoteAction mPauseAction;
75 private RemoteAction mPlayAction;
76 private RemoteAction mNextAction;
77 private RemoteAction mPrevAction;
162 private List<RemoteAction> getMediaActions() {
167 ArrayList<RemoteAction> mediaActions = new ArrayList<>();
194 mPauseAction = new RemoteAction(Icon.createWithResource(mContext,
200 mPlayAction = new RemoteAction(Icon.createWithResource(mContext
    [all...]
PipMenuActivity.java 45 import android.app.RemoteAction;
109 private final List<RemoteAction> mActions = new ArrayList<>();
470 private void setActions(Rect stackBounds, List<RemoteAction> actions) {
508 final RemoteAction action = mActions.get(i);
PipMenuActivityController.java 25 import android.app.RemoteAction;
199 public void onMediaActionsChanged(List<RemoteAction> mediaActions) {
  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/
TextClassificationTest.java 24 import android.app.RemoteAction;
72 final RemoteAction remoteAction0 = new RemoteAction(primaryIcon, primaryLabel,
81 final RemoteAction remoteAction1 = new RemoteAction(secondaryIcon, secondaryLabel,
105 final RemoteAction primaryAction = result.getActions().get(0);
111 final RemoteAction secondaryAction = result.getActions().get(1);
144 final RemoteAction remoteAction = new RemoteAction(
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PinnedActivityStack.java 22 import android.app.RemoteAction;
78 void setPictureInPictureActions(List<RemoteAction> actions) {
ActivityManagerService.java 260 import android.app.RemoteAction;
    [all...]
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt 21 import android.app.RemoteAction
140 val actions = ArrayList<RemoteAction>()
149 actions.add(RemoteAction(icon, title, title, intent))
152 actions.add(RemoteAction(
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt 21 import android.app.RemoteAction
140 val actions = ArrayList<RemoteAction>()
149 actions.add(RemoteAction(icon, title, title, intent))
152 actions.add(RemoteAction(
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.java 21 import android.app.RemoteAction;
132 final ArrayList<RemoteAction> actions = new ArrayList<>();
144 actions.add(new RemoteAction(icon, title, title, intent));
148 new RemoteAction(
  /developers/samples/android/media/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.java 21 import android.app.RemoteAction;
132 final ArrayList<RemoteAction> actions = new ArrayList<>();
144 actions.add(new RemoteAction(icon, title, title, intent));
148 new RemoteAction(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipControlsView.java 21 import android.app.RemoteAction;
75 private List<RemoteAction> mCustomActions = new ArrayList<>();
226 final RemoteAction action = mCustomActions.get(i);
295 public void setActions(List<RemoteAction> actions) {
  /frameworks/base/core/java/android/view/textclassifier/
TextClassification.java 25 import android.app.RemoteAction;
86 * RemoteAction action = classification.getActions().get(i);
126 @NonNull private final List<RemoteAction> mActions;
136 @NonNull List<RemoteAction> actions,
191 public List<RemoteAction> getActions() {
199 * first {@link RemoteAction} (if one exists) when this object is read from a parcel.
213 * first {@link RemoteAction} (if one exists) when this object is read from a parcel.
241 * {@link RemoteAction} (if one exists) when this object is read from a parcel.
354 @NonNull private List<RemoteAction> mActions = new ArrayList<>();
395 public Builder addAction(@NonNull RemoteAction action)
    [all...]
TextClassifierImpl.java 25 import android.app.RemoteAction;
421 final RemoteAction action = labeledIntent.asRemoteAction(mContext);
426 // For O backwards compatibility, the first RemoteAction is also written to the
614 RemoteAction asRemoteAction(Context context) {
631 // RemoteAction requires that there be an icon.
640 final RemoteAction action = new RemoteAction(icon, mTitle, mDescription, pendingIntent);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackWindowController.java 26 import android.app.RemoteAction;
161 public void setPictureInPictureActions(List<RemoteAction> actions) {
PinnedStackController.java 28 import android.app.RemoteAction;
95 private ArrayList<RemoteAction> mActions = new ArrayList<>();
422 void setActions(List<RemoteAction> actions) {
469 private void notifyActionsChanged(List<RemoteAction> actions) {
599 RemoteAction action = mActions.get(i);
  /cts/tests/tests/view/src/android/view/textclassifier/cts/
TextClassifierValueObjectsTest.java 24 import android.app.RemoteAction;
195 .addAction(new RemoteAction(icon1, label1, description1, intent1))
196 .addAction(new RemoteAction(icon2, label2, description2, intent2))
  /frameworks/base/core/java/android/widget/
Editor.java 26 import android.app.RemoteAction;
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
preloaded-classes 322 android.app.RemoteAction$1
    [all...]

Completed in 1141 milliseconds

1 2