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

  /tools/test/connectivity/acts/tests/google/bt/
BtBasicFunctionalityTest.py 121 droid_name = self.droid_ad.droid.bluetoothGetLocalName()
130 if 'name' in i and i['name'] == droid_name:
184 droid_name = self.droid_ad.droid.bluetoothGetLocalName()
193 if 'name' in i and i['name'] == droid_name:
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 628 droid_name = droid.bluetoothGetLocalName()
629 if droid_name != name:
    [all...]

Completed in 52 milliseconds