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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java 58 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
59 while (!deviceList.isEmpty()) {
60 BluetoothDevice nextDevice = deviceList.remove(0);
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
117 return !deviceList.isEmpty() && deviceList.get(0).equals(device)
HeadsetProfile.java 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
67 while (!deviceList.isEmpty()) {
68 BluetoothDevice nextDevice = deviceList.remove(0);
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
127 if (!deviceList.isEmpty() && deviceList.get(0).equals(device)) {
140 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
142 return !deviceList.isEmpty() && deviceList.get(0).equals(device)
MapProfile.java 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
67 while (!deviceList.isEmpty()) {
68 BluetoothDevice nextDevice = deviceList.remove(0);
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
122 if (!deviceList.isEmpty() && deviceList.get(0).equals(device)) {
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
137 return !deviceList.isEmpty() && deviceList.get(0).equals(device)
A2dpProfile.java 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
64 while (!deviceList.isEmpty()) {
65 BluetoothDevice nextDevice = deviceList.remove(0);
  /packages/services/Telephony/src/com/android/phone/
BluetoothManager.java 120 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
122 if (deviceList.size() > 0) {
123 BluetoothDevice device = deviceList.get(0);
145 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
147 if (deviceList.isEmpty()) {
150 BluetoothDevice device = deviceList.get(0);
334 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
336 if (deviceList.size() > 0) {
337 BluetoothDevice device = deviceList.get(0);
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 65 cl::vector<cl::Device> deviceList;
66 platform.getDevices(CL_DEVICE_TYPE_ALL, &deviceList);
67 SkDebugf("The number of devices is %u\n", deviceList.size());
70 *device = deviceList[0];
77 *context = cl::Context(deviceList, NULL, error_notify, NULL, &contextErr);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 204 WifiP2pDeviceList deviceList = new WifiP2pDeviceList();
208 deviceList.update((WifiP2pDevice)in.readParcelable(null));
210 return deviceList;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 75 List<Device> deviceList = chooser.getDeviceList();
83 for (Device device : deviceList) {
108 if (!deviceList.isEmpty()) {
110 for (Device device : deviceList) {
ConfigurationDescription.java 165 * @param deviceList list of available devices
172 @NonNull List<Device> deviceList) {
222 for (Device d : deviceList) {
ConfigurationMatcher.java 251 List<Device> deviceList = mConfigChooser.getDeviceList();
304 for (Device device : deviceList) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 88 void load(List<Device> deviceList) throws IOException {
91 load(file, deviceList);
115 void load(File file, List<Device> deviceList) throws IOException {
126 mProject, element, deviceList);
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 651 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
652 if (deviceList.size() > 0) {
653 mBluetoothHeadsetDevice = deviceList.get(0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 656 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>();
668 deviceList.add(device);
672 return deviceList;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 544 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>();
556 deviceList.add(device);
561 return deviceList;
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 111 var deviceList = $('devices');
112 if (alreadyDisplayed(deviceList, devices))
122 deviceList.querySelectorAll('.device'),
138 deviceList.appendChild(deviceSection);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
423 if (deviceList.size() > 0) {
424 mBluetoothDevice = deviceList.get(0);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 3354 milliseconds