Searched defs:bluetooth (Results 1 - 25 of 141) sorted by relevance

123456

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothUuidTest.java17 package android.bluetooth;
27 * To run this test, use adb shell am instrument -e class 'android.bluetooth.BluetoothUuidTest' -w
28 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
H A DBluetoothRebootStressTest.java17 package android.bluetooth;
25 * This test case tests that bluetooth is enabled after a device reboot. Because
51 * Test method used to start the test by turning bluetooth on.
60 * bluetooth is on. Does not toggle bluetooth after the check. Assumes that
61 * bluetooth has been turned on by {@code #testStart()}
71 * bluetooth is on. Toggles bluetooth after the check. Assumes that
72 * bluetooth has been turned on by {@code #testStart()}
84 * Test method used in the stop the test by turning bluetooth of
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanResultTest.java17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
29 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanResultTest' -w
30 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
H A DScanSettingsTest.java17 package android.bluetooth.le;
H A DScanRecordTest.java17 package android.bluetooth.le;
19 import android.bluetooth.le.ScanRecord;
30 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanRecordTest' -w
31 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
H A DAdvertiseDataTest.java17 package android.bluetooth.le;
28 * To run the test, use adb shell am instrument -e class 'android.bluetooth.le.AdvertiseDataTest' -w
29 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
H A DScanFilterTest.java17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.le.ScanFilter;
22 import android.bluetooth.le.ScanRecord;
32 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanFilterTest' -w
33 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
H A DBluetoothCodecConfig.java17 package android.bluetooth;
H A DBluetoothCodecStatus.java17 package android.bluetooth;
/frameworks/base/core/java/android/bluetooth/le/
H A DTruncatedFilter.java17 package android.bluetooth.le;
H A DAdvertiseCallback.java17 package android.bluetooth.le;
H A DBluetoothLeUtils.java17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapFolderListing.java17 package android.bluetooth.client.map;
H A DBluetoothMapMessagesListing.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequestUpdateInbox.java17 package android.bluetooth.client.map;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevicePicker.java17 package android.bluetooth;
29 "android.bluetooth.devicepicker.extra.NEED_AUTH";
31 "android.bluetooth.devicepicker.extra.FILTER_TYPE";
33 "android.bluetooth.devicepicker.extra.LAUNCH_PACKAGE";
35 "android.bluetooth.devicepicker.extra.DEVICE_PICKER_LAUNCH_CLASS";
44 "android.bluetooth.devicepicker.action.DEVICE_SELECTED";
59 "android.bluetooth.devicepicker.action.LAUNCH";
H A DBluetoothHealthCallback.java18 package android.bluetooth;
H A DBluetoothHidDeviceAppConfiguration.java17 package android.bluetooth;
H A DBluetoothHidDeviceAppSdpSettings.java17 package android.bluetooth;
H A DBluetoothInputStream.java17 package android.bluetooth;
H A DBluetoothOutputStream.java17 package android.bluetooth;
H A DSdpRecord.java16 package android.bluetooth;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothA2dpWrapper.java17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothCodecStatus;
21 import android.bluetooth.BluetoothDevice;
24 * This interface replicates some methods of android.bluetooth.BluetoothA2dp that are new and not
H A DBluetoothA2dpWrapperImpl.java17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothCodecStatus;
21 import android.bluetooth.BluetoothDevice;
H A DBluetoothCallback.java17 package com.android.settingslib.bluetooth;

Completed in 7985 milliseconds

123456