Searched refs:bluetooth (Results 1 – 25 of 124) sorted by relevance
12345
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/ |
D | FacadeConfiguration.java | 31 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpFacade; 32 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpSinkFacade; 33 import com.googlecode.android_scripting.facade.bluetooth.BluetoothAvrcpFacade; 34 import com.googlecode.android_scripting.facade.bluetooth.BluetoothConnectionFacade; 35 import com.googlecode.android_scripting.facade.bluetooth.BluetoothFacade; 36 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHidFacade; 37 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHspFacade; 38 import com.googlecode.android_scripting.facade.bluetooth.BluetoothHfpClientFacade; 39 import com.googlecode.android_scripting.facade.bluetooth.BluetoothA2dpFacade; 40 import com.googlecode.android_scripting.facade.bluetooth.BluetoothLeAdvertiseFacade; [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothAvrcpFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 24 import android.bluetooth.BluetoothAdapter; 25 import android.bluetooth.BluetoothAvrcpController; 26 import android.bluetooth.BluetoothDevice; 27 import android.bluetooth.BluetoothProfile; 28 import android.bluetooth.BluetoothUuid;
|
D | BluetoothMapFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothMap; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
D | BluetoothA2dpFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothA2dp; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
D | BluetoothA2dpSinkFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothA2dpSink; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
D | BluetoothHspFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothHeadset; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
D | BluetoothHfpClientFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothHeadsetClient; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
D | BluetoothHidFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 22 import android.bluetooth.BluetoothInputDevice; 23 import android.bluetooth.BluetoothAdapter; 24 import android.bluetooth.BluetoothDevice; 25 import android.bluetooth.BluetoothProfile; 26 import android.bluetooth.BluetoothUuid;
|
D | BluetoothLeAdvertiseFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 24 import android.bluetooth.BluetoothAdapter; 25 import android.bluetooth.le.AdvertiseCallback; 26 import android.bluetooth.le.AdvertiseData; 27 import android.bluetooth.le.AdvertiseData.Builder; 28 import android.bluetooth.le.AdvertiseSettings; 29 import android.bluetooth.le.BluetoothLeAdvertiser; 57 private android.bluetooth.le.AdvertiseSettings.Builder mAdvertiseSettingsBuilder; 77 mAdvertiseSettingsBuilder = new android.bluetooth.le.AdvertiseSettings.Builder(); in BluetoothLeAdvertiseFacade() 121 mAdvertiseSettingsBuilder = new android.bluetooth.le.AdvertiseSettings.Builder(); in bleBuildAdvertiseSettings()
|
D | BluetoothBroadcastHelper.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice;
|
D | GattServerFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 26 import android.bluetooth.BluetoothAdapter; 27 import android.bluetooth.BluetoothDevice; 28 import android.bluetooth.BluetoothGatt; 29 import android.bluetooth.BluetoothGattServer; 30 import android.bluetooth.BluetoothManager; 31 import android.bluetooth.BluetoothGattCharacteristic; 32 import android.bluetooth.BluetoothGattServerCallback; 33 import android.bluetooth.BluetoothGattDescriptor; 34 import android.bluetooth.BluetoothGattService; [all …]
|
D | BluetoothLeScanFacade.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 26 import android.bluetooth.BluetoothAdapter; 27 import android.bluetooth.BluetoothDevice; 28 import android.bluetooth.le.BluetoothLeScanner; 29 import android.bluetooth.le.ScanCallback; 30 import android.bluetooth.le.ScanFilter; 31 import android.bluetooth.BluetoothAdapter.LeScanCallback; 32 import android.bluetooth.le.ScanFilter.Builder; 33 import android.bluetooth.le.ScanResult; 34 import android.bluetooth.le.ScanSettings; [all …]
|
D | BluetoothDiscoveryHelper.java | 17 package com.googlecode.android_scripting.facade.bluetooth; 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice;
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell,router:panther' 21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell' 21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell' 21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification" 8 SUITE = 'bluetooth,bluetooth_qualification' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell' 27 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/client/site_tests/dummy_Pass/ |
D | control.bluetooth | 6 NAME = "dummy_Pass.bluetooth" 9 DEPENDENCIES = "bluetooth" 18 This is a helper test that can only run on bluetooth devices, 22 job.run_test('dummy_Pass', tag='bluetooth')
|
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell'
|
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell'
|
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell'
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification" 8 SUITE = 'bluetooth,bluetooth_qualification' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell' 36 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification" 8 SUITE = 'bluetooth,bluetooth_qualification' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell' 54 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_qualification" 8 SUITE = 'bluetooth,bluetooth_qualification' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell' 55 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/test_suites/ |
D | control.bluetooth | 6 NAME = "bluetooth" 8 CRITERIA = "All tests with SUITE=bluetooth must pass." 25 args_dict['name'] = 'bluetooth'
|
12345