HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_ROUTE_BLUETOOTH (Results 1 - 6 of 6) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
coex_constants.py 18 AUDIO_ROUTE_BLUETOOTH = "BLUETOOTH"
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_carkit_lib.py 25 from acts.test_utils.tel.tel_defines import AUDIO_ROUTE_BLUETOOTH
440 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)
442 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
444 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
543 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)
545 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
547 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
691 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)
693 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
695 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
    [all...]
  /tools/test/connectivity/acts/tests/google/coex/stress_tests/
CoexHfpStressTest.py 24 from acts.test_utils.coex.coex_constants import AUDIO_ROUTE_BLUETOOTH
123 AUDIO_ROUTE_BLUETOOTH):
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 352 AUDIO_ROUTE_BLUETOOTH = "BLUETOOTH"
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyConstants.java 93 public static final String AUDIO_ROUTE_BLUETOOTH = "BLUETOOTH";
InCallServiceImpl.java     [all...]

Completed in 550 milliseconds