Searched defs:mCustomActions (Results 1 – 2 of 2) sorted by relevance
347 private List<PlaybackStateCompat.CustomAction> mCustomActions; field in PlaybackStateCompat846 private final List<PlaybackStateCompat.CustomAction> mCustomActions = new ArrayList<>(); field in PlaybackStateCompat.Builder
289 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState