Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordingConfigurationTest.java250 final AudioRecordingConfiguration unmarshalledConf = in testParcel() local
253 assertNotNull("Failure to unmarshall AudioRecordingConfiguration", unmarshalledConf); in testParcel()
255 configs.get(0), unmarshalledConf); in testParcel()