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.java85 public int speakerInteraction; // one of NONE, ON, or OFF field in CallAudioRouteTransitionTests.RoutingTestParameters
96 int availableRoutes, int speakerInteraction, in RoutingTestParameters() argument
102 this.speakerInteraction = speakerInteraction; in RoutingTestParameters()
136 ", speakerInteraction=" + speakerInteraction + in toString()
326 switch (mParams.speakerInteraction) { in testActiveTransition()
332 verify(mockAudioManager).setSpeakerphoneOn(mParams.speakerInteraction == ON); in testActiveTransition()