Home
last modified time | relevance | path

Searched refs:getCustomActions (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
DPlaybackStateCompatTest.java69 assertEquals(new ArrayList<PlaybackStateCompat.CustomAction>(), state.getCustomActions()); in testBuilder()
154 assertEquals(actions.size(), state.getCustomActions().size()); in testBuilder_addCustomAction()
156 assertCustomActionEquals(actions.get(i), state.getCustomActions().get(i)); in testBuilder_addCustomAction()
184 assertEquals(actions.size(), state.getCustomActions().size()); in testBuilder_addCustomActionWithCustomActionObject()
186 assertCustomActionEquals(actions.get(i), state.getCustomActions().get(i)); in testBuilder_addCustomActionWithCustomActionObject()
237 assertEquals(state.getCustomActions().size(), stateOut.getCustomActions().size()); in testWriteToParcel()
238 for (int i = 0; i < state.getCustomActions().size(); i++) { in testWriteToParcel()
240 state.getCustomActions().get(i), stateOut.getCustomActions().get(i)); in testWriteToParcel()
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
DPlaybackStateCompatTest.java69 assertEquals(new ArrayList<PlaybackStateCompat.CustomAction>(), state.getCustomActions()); in testBuilder()
154 assertEquals(actions.size(), state.getCustomActions().size()); in testBuilder_addCustomAction()
156 assertCustomActionEquals(actions.get(i), state.getCustomActions().get(i)); in testBuilder_addCustomAction()
184 assertEquals(actions.size(), state.getCustomActions().size()); in testBuilder_addCustomActionWithCustomActionObject()
186 assertCustomActionEquals(actions.get(i), state.getCustomActions().get(i)); in testBuilder_addCustomActionWithCustomActionObject()
237 assertEquals(state.getCustomActions().size(), stateOut.getCustomActions().size()); in testWriteToParcel()
238 for (int i = 0; i < state.getCustomActions().size(); i++) { in testWriteToParcel()
240 state.getCustomActions().get(i), stateOut.getCustomActions().get(i)); in testWriteToParcel()
/frameworks/support/media/api21/android/support/v4/media/session/
DPlaybackStateCompatApi21.java56 public static List<Object> getCustomActions(Object stateObj) { in getCustomActions() method in PlaybackStateCompatApi21
57 return (List)((PlaybackState)stateObj).getCustomActions(); in getCustomActions()
/frameworks/support/media/src/main/java/android/support/v4/media/session/
DPlaybackStateCompat.java706 public List<PlaybackStateCompat.CustomAction> getCustomActions() { in getCustomActions() method in PlaybackStateCompat
785 List<Object> customActionObjs = PlaybackStateCompatApi21.getCustomActions(stateObj); in fromPlaybackState()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java441 public List<PlaybackState.CustomAction> getCustomActions() { in getCustomActions() method in PlaybackState
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DMediaControlView2.java1622 mPlaybackState.getCustomActions(); in onPlaybackStateChanged()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DMediaControlView2Impl.java1480 List<PlaybackState.CustomAction> customActions = mPlaybackState.getCustomActions(); in onPlaybackStateChanged()
/frameworks/support/media/api_legacy/
D26.0.0.txt547 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D26.1.0.txt547 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D28.0.0-alpha1.txt544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
Dcurrent.txt544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D27.1.0.txt544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D27.0.0.txt544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
/frameworks/support/media/api/
Dcurrent.txt418 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
/frameworks/support/api/
D22.2.0.txt3354 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D22.2.1.txt3383 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D25.2.0.txt5849 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D25.0.0.txt5465 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D24.2.0.txt5409 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D23.0.0.txt4035 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D23.1.1.txt4277 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D25.4.0.txt6332 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D23.2.1.txt4713 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D26.0.0-alpha1.txt6729 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
D23.2.0.txt4713 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();

12