D | PlaybackState.java | 289 private List<PlaybackState.CustomAction> mCustomActions; 297 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() 318 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR); in PlaybackState() 440 public List<PlaybackState.CustomAction> getCustomActions() { in getCustomActions() 501 public static final class CustomAction implements Parcelable { class in PlaybackState 510 private CustomAction(String action, CharSequence name, int icon, Bundle extras) { in CustomAction() method in PlaybackState.CustomAction 517 private CustomAction(Parcel in) { in CustomAction() method in PlaybackState.CustomAction 537 …c static final @android.annotation.NonNull Parcelable.Creator<PlaybackState.CustomAction> CREATOR = 538 new Parcelable.Creator<PlaybackState.CustomAction>() { 541 public PlaybackState.CustomAction createFromParcel(Parcel p) { [all …]
|