/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/ |
D | PlaybackStateCompatTest.java | 69 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/ |
D | PlaybackStateCompatTest.java | 69 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/ |
D | PlaybackStateCompatApi21.java | 56 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/ |
D | PlaybackStateCompat.java | 706 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/ |
D | PlaybackState.java | 441 public List<PlaybackState.CustomAction> getCustomActions() { in getCustomActions() method in PlaybackState
|
/frameworks/support/media-widget/src/main/java/androidx/media/widget/ |
D | MediaControlView2.java | 1622 mPlaybackState.getCustomActions(); in onPlaybackStateChanged()
|
/frameworks/av/packages/MediaComponents/src/com/android/widget/ |
D | MediaControlView2Impl.java | 1480 List<PlaybackState.CustomAction> customActions = mPlaybackState.getCustomActions(); in onPlaybackStateChanged()
|
/frameworks/support/media/api_legacy/ |
D | 26.0.0.txt | 547 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 26.1.0.txt | 547 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 28.0.0-alpha1.txt | 544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | current.txt | 544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 27.1.0.txt | 544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 27.0.0.txt | 544 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
/frameworks/support/media/api/ |
D | current.txt | 418 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
/frameworks/support/api/ |
D | 22.2.0.txt | 3354 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 22.2.1.txt | 3383 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 25.2.0.txt | 5849 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 25.0.0.txt | 5465 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 24.2.0.txt | 5409 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 23.0.0.txt | 4035 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 23.1.1.txt | 4277 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 25.4.0.txt | 6332 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 23.2.1.txt | 4713 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 26.0.0-alpha1.txt | 6729 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|
D | 23.2.0.txt | 4713 …va.util.List<android.support.v4.media.session.PlaybackStateCompat.CustomAction> getCustomActions();
|