D | PlaybackState.java | 315 private List<PlaybackState.CustomAction> mCustomActions; 323 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() 344 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR); in PlaybackState() 472 public List<PlaybackState.CustomAction> getCustomActions() { in getCustomActions() 599 public static final class CustomAction implements Parcelable { class in PlaybackState 608 private CustomAction(String action, CharSequence name, int icon, Bundle extras) { in CustomAction() method in PlaybackState.CustomAction 615 private CustomAction(Parcel in) { in CustomAction() method in PlaybackState.CustomAction 635 …c static final @android.annotation.NonNull Parcelable.Creator<PlaybackState.CustomAction> CREATOR = 636 new Parcelable.Creator<PlaybackState.CustomAction>() { 639 public PlaybackState.CustomAction createFromParcel(Parcel p) { [all …]
|