Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java90 public int speakerInteraction; // one of NONE, ON, or OFF field in CallAudioRouteTransitionTests.RoutingTestParameters
101 int availableRoutes, int speakerInteraction, in RoutingTestParameters() argument
107 this.speakerInteraction = speakerInteraction; in RoutingTestParameters()
141 ", speakerInteraction=" + speakerInteraction + in toString()
338 switch (mParams.speakerInteraction) { in testActiveTransition()