Home
last modified time | relevance | path

Searched refs:customParcelable (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java236 final MediaSession2Test.CustomParcelable customParcelable = in testBuilder_setConnectionHints_withCustomParcelable() local
240 connectionHints.putParcelable(testKey, customParcelable); in testBuilder_setConnectionHints_withCustomParcelable()
DMediaSession2Test.java195 final CustomParcelable customParcelable = new CustomParcelable(1); in testBuilder_setExtras_withCustomParcelable() local
198 extras.putParcelable(testKey, customParcelable); in testBuilder_setExtras_withCustomParcelable()
DMediaSessionTest.java814 final MediaSession2Test.CustomParcelable customParcelable = in testSessionInfoWithCustomParcelable() local
818 sessionInfo.putParcelable(testKey, customParcelable); in testSessionInfoWithCustomParcelable()