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

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpConferenceTest.py 105 call_1 = car_telecom_utils.get_calls_in_states(
107 if len(call_1) != 1:
108 self.hf.log.error("Call State in ringing failed {}".format(call_1))
112 if not car_telecom_utils.accept_call(self.log, self.hf, call_1[0]):
147 self.hf.droid.telecomCallJoinCallsInConf(call_1[0], call_2[0])
149 # Check if we are in conference with call_1 and call_2
151 self.log, self.hf, [call_1[0], call_2[0]])
  /external/python/cpython2/Demo/rpc/
rpc.py 886 def call_1(self, arg): member in class:testclt.C
892 reply = c.call_1('hello, world, ')

Completed in 147 milliseconds