Searched refs:deviceList (Results 1 – 7 of 7) sorted by relevance
203 WifiP2pDeviceList deviceList = new WifiP2pDeviceList();207 deviceList.update((WifiP2pDevice)in.readParcelable(null));209 return deviceList;
660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();661 if (deviceList.size() > 0) {662 mBluetoothHeadsetDevice = deviceList.get(0);
469 DeviceVector deviceList = in getDeviceDescriptor() local471 if (!deviceList.isEmpty()) { in getDeviceDescriptor()472 return deviceList.itemAt(0); in getDeviceDescriptor()474 deviceList = mHwModules[i]->mDeclaredDevices.getDevicesFromType(device); in getDeviceDescriptor()475 if (!deviceList.isEmpty()) { in getDeviceDescriptor()476 return deviceList.itemAt(0); in getDeviceDescriptor()493 DeviceVector deviceList; in updateCallRouting() local522 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice); in updateCallRouting()523 ALOG_ASSERT(!deviceList.isEmpty(), in updateCallRouting()525 sp<DeviceDescriptor> rxSinkDeviceDesc = deviceList.itemAt(0); in updateCallRouting()[all …]
411 var deviceList = '.device-list.primary';420 deviceList = '.device-list.archived';422 deviceList = '.device-list.hidden';440 .appendTo(deviceList)
267 HashMap<String, UsbDevice> deviceList = manager.getDeviceList();268 UsbDevice device = deviceList.get("deviceName");276 HashMap<String, UsbDevice> deviceList = manager.getDeviceList();277 Iterator<UsbDevice> deviceIterator = deviceList.values().iterator();
2877 List<BluetoothDevice> deviceList;2882 deviceList = mA2dp.getConnectedDevices();2883 if (deviceList.size() > 0) {2884 btDevice = deviceList.get(0);2902 deviceList = proxy.getConnectedDevices();2903 if (deviceList.size() > 0) {2904 btDevice = deviceList.get(0);2922 deviceList = mBluetoothHeadset.getConnectedDevices();2923 if (deviceList.size() > 0) {2924 mBluetoothHeadsetDevice = deviceList.get(0);
1866 List<BluetoothDevice> deviceList = mBtHeadset.getConnectedDevices(); in getCurrentBluetoothPingCount() local1867 if (deviceList.size() > 0) { in getCurrentBluetoothPingCount()1868 return mBtHeadset.getBatteryUsageHint(deviceList.get(0)); in getCurrentBluetoothPingCount()