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

  /tools/test/connectivity/acts/tests/google/bt/native/
BtNativeTest.py 40 result = self.droid.BluetoothBinderGetName()
46 self.droid.BluetoothBinderGetName("unexpected_parameter")
56 name = self.droid.BluetoothBinderGetName()
73 name = d.BluetoothBinderGetName()
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.h 42 std::tuple<std::string, int> BluetoothBinderGetName();
bluetooth_binder_facade.cpp 74 std::tuple<std::string, int> BluetoothBinderFacade::BluetoothBinderGetName() {
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 56 std::tie(name, error_code) = bt_binder.BluetoothBinderGetName();
236 _funcMap->insert(std::make_pair("BluetoothBinderGetName",

Completed in 310 milliseconds