Searched refs:speakerInteraction (Results 1 – 1 of 1) sorted by relevance
85 public int speakerInteraction; // one of NONE, ON, or OFF field in CallAudioRouteTransitionTests.RoutingTestParameters96 int availableRoutes, int speakerInteraction, in RoutingTestParameters() argument102 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()