Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java86 public int bluetoothInteraction; // one of NONE, ON, or OFF field in CallAudioRouteTransitionTests.RoutingTestParameters
97 int bluetoothInteraction, int action, int expectedRoute, in RoutingTestParameters() argument
103 this.bluetoothInteraction = bluetoothInteraction; in RoutingTestParameters()
137 ", bluetoothInteraction=" + bluetoothInteraction + in toString()
301 switch (mParams.bluetoothInteraction) { in testActiveTransition()