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

  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
coex_constants.py 28 CALL_MANAGER = "org.ofono.VoiceCallManager"
bluez_test_utils.py 24 from acts.test_utils.coex.coex_constants import CALL_MANAGER
243 def call_manager(self, path): member in class:BluezUtils
253 self.bus.get_object('org.ofono', path), CALL_MANAGER)
481 vcm = self.call_manager(modem)
501 if CALL_MANAGER not in properties["Interfaces"]:
503 mgr = self.call_manager(path)

Completed in 72 milliseconds