Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java225 final MediaSession2Test.CustomParcelable customParcelable = in testBuilder_setConnectionHints_withCustomParcelable() local
229 connectionHints.putParcelable(testKey, customParcelable); in testBuilder_setConnectionHints_withCustomParcelable()
DMediaSession2Test.java184 final CustomParcelable customParcelable = new CustomParcelable(1); in testBuilder_setExtras_withCustomParcelable() local
187 extras.putParcelable(testKey, customParcelable); in testBuilder_setExtras_withCustomParcelable()
DMediaSessionTest.java991 final MediaSession2Test.CustomParcelable customParcelable = in testSessionInfoWithCustomParcelable() local
995 sessionInfo.putParcelable(testKey, customParcelable); in testSessionInfoWithCustomParcelable()