Home
last modified time | relevance | path

Searched defs:supportedAudioRoutes (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java145 int supportedAudioRoutes = call.getSupportedAudioRoutes(); in toParcelableCall() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java450 int supportedAudioRoutes; field in ConnectionServiceFixture.ConnectionInfo