HomeSort by relevance Sort by last modified time
    Searched refs:deviceList (Results 1 - 17 of 17) 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)
A2dpProfile.java 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
64 while (!deviceList.isEmpty()) {
65 BluetoothDevice nextDevice = deviceList.remove(0);
  /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 646 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
647 if (deviceList.size() > 0) {
648 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/Phone/src/com/android/phone/
InCallScreen.java     [all...]
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.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 285 milliseconds