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.java251 final AudioRecordingConfiguration unmarshalledConf = in testParcel() local
254 assertNotNull("Failure to unmarshall AudioRecordingConfiguration", unmarshalledConf); in testParcel()
256 configs.get(0), unmarshalledConf); in testParcel()