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

  /system/bt/test/suite/adapter/
bluetooth_test.cpp 37 void BluetoothTest::SetUp() {
58 void BluetoothTest::TearDown() {
69 void BluetoothTest::ClearSemaphore(semaphore_t* sem) {
73 const bt_interface_t* BluetoothTest::bt_interface() {
77 bt_state_t BluetoothTest::GetState() {
81 int BluetoothTest::GetPropertiesChangedCount() {
85 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) {
94 bt_discovery_state_t BluetoothTest::GetDiscoveryState() {
98 bt_acl_state_t BluetoothTest::GetAclState() {
103 bt_bond_state_t BluetoothTest::GetBondState()
    [all...]
bluetooth_test.h 43 class BluetoothTest : public ::testing::Test,
46 BluetoothTest() = default;
47 virtual ~BluetoothTest() = default;
110 DISALLOW_COPY_AND_ASSIGN(BluetoothTest);
adapter_unittest.cpp 37 TEST_F(BluetoothTest, AdapterEnableDisable) {
50 TEST_F(BluetoothTest, AdapterRepeatedEnableDisable) {
65 TEST_F(BluetoothTest, AdapterSetGetName) {
117 TEST_F(BluetoothTest, AdapterStartDiscovery) {
133 TEST_F(BluetoothTest, AdapterCancelDiscovery) {
152 TEST_F(BluetoothTest, AdapterDisableDuringBonding) {
  /external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/
bluetooth_Sanity_AdapterPresent.py 9 class bluetooth_Sanity_AdapterPresent(bluetooth_test.BluetoothTest):
  /external/autotest/server/cros/bluetooth/
bluetooth_test.py 11 class BluetoothTest(test.test):
14 BluetoothTest provides a common warmup() and cleanup() function for the
58 super(BluetoothTest, self).cleanup()
  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
bluetooth_Sanity_ValidAddress.py 11 class bluetooth_Sanity_ValidAddress(bluetooth_test.BluetoothTest):
  /system/bt/test/suite/gatt/
gatt_test.cpp 39 BluetoothTest::SetUp();
89 BluetoothTest::TearDown();
gatt_test.h 26 class GattTest : public BluetoothTest,
  /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py 13 class bluetooth_Sanity_Discoverable(bluetooth_test.BluetoothTest):
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
bluetooth_SDP_ServiceSearchRequestBasic.py 9 class bluetooth_SDP_ServiceSearchRequestBasic(bluetooth_test.BluetoothTest):
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 38 public class BluetoothTest extends AndroidTestCase {
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
bluetooth_SDP_ServiceBrowse.py 8 class bluetooth_SDP_ServiceBrowse(bluetooth_test.BluetoothTest):
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 13 class bluetooth_Sanity_Discovery(bluetooth_test.BluetoothTest):
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 13 class bluetooth_Sanity_LEDiscovery(bluetooth_test.BluetoothTest):
  /external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
bluetooth_Sanity_DefaultState.py 12 class bluetooth_Sanity_DefaultState(bluetooth_test.BluetoothTest):
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 11 class bluetooth_SDP_ServiceAttributeRequest(bluetooth_test.BluetoothTest):
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
bluetooth_SDP_ServiceSearchAttributeRequest.py 12 class bluetooth_SDP_ServiceSearchAttributeRequest(bluetooth_test.BluetoothTest):

Completed in 187 milliseconds