/development/samples/browseable/BluetoothChat/ |
D | _index.jd | 8 This application allows two Android devices to carry out two-way text chat over 10 (1) Scanning for other Bluetooth devices 11 (2) Querying the local Bluetooth adapter for paired Bluetooth devices
|
/development/samples/browseable/NfcProvisioning/ |
D | _index.jd | 8 This sample demonstrates how to provision other devices with a specified device owner using NFC. 10 two devices, and tap this side to initiate the provisioning process.
|
/development/tools/winscope/src/app/components/ |
D | collect_traces_component_test.ts | 139 connect.devices = jasmine.createSpy().and.returnValue({}); 149 connect.devices = jasmine 162 connect.devices = jasmine 180 connect.devices = jasmine 194 connect.devices = jasmine.createSpy().and.returnValue({'35562': mock}); 217 connect.devices = jasmine.createSpy().and.returnValue({'35562': mock}); 233 connect.devices = jasmine.createSpy().and.returnValue({'35562': mock}); 249 connect.devices = jasmine.createSpy().and.returnValue({'35562': mock});
|
/development/tools/labpretest/ |
D | README | 13 and can also be used to verify that lab infrastructure is ready for devices. 14 The idea is to run this script at the same time for multiple devices, typically 15 I would connect 8 devices to a host and run this script in 8 separate shell 23 have multiple devices attached use the -d <device_id> parameter to target a 24 specific devices. Additional parameters are -i for how many cycles and -m for 28 Adding support for new devices or from scratch:
|
D | labpretest.sh | 115 fdevice=`$FASTBOOT devices | sed -n "s/\($device\).*/\1/ p"` 462 tmpdevice=`$ADB devices | sed -n "s/\($device\).*/\1/ p"` 464 tmpdevice=`$FASTBOOT devices | sed -n "s/\($device\).*/\1/ p"` 475 device=`$ADB devices | sed -n 's/.*\(^[0-9A-Z]\{2\}[0-9A-Z]*\).*/\1/ p'` 484 device=`$FASTBOOT devices | sed -n 's/.*\(^[0-9A-Z]\{2\}[0-9A-Z]*\).*/\1/ p'`
|
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/ |
D | VibrationDemoActivity.java | 96 String[] devices = new String[virtualDevices.size() + 1]; in onChangeDevice() local 97 devices[0] = DEVICE_NAME_DEFAULT; in onChangeDevice() 99 devices[i + 1] = virtualDevices.get(i).getName(); in onChangeDevice() 104 devices, in onChangeDevice()
|
D | SensorDemoActivity.java | 97 String[] devices = new String[virtualDevices.size() + 1]; in onChangeDevice() local 98 devices[0] = DEVICE_NAME_DEFAULT; in onChangeDevice() 100 devices[i + 1] = virtualDevices.get(i).getName(); in onChangeDevice() 105 devices, in onChangeDevice()
|
/development/samples/USB/AdbTest/ |
D | README.txt | 5 connecting to multiple devices and running multiple adb commands simultaneously. 9 - Matching devices based on interface class, subclass and protocol (see device_filter.xml)
|
/development/python-packages/fastboot/ |
D | device.py | 69 devices = _subprocess_check_output([self.path, 'devices']).splitlines() 70 return len(devices) == 1 and devices[0].split()[1] == 'fastboot'
|
/development/tools/winscope/src/trace_collection/ |
D | proxy_connection.ts | 63 devices() { method in ProxyConnection 64 return this.proxy.devices; 117 return this.proxy.devices[this.proxy.selectedDevice];
|
D | proxy_client.ts | 279 client.devices = JSON.parse(request.responseText); 281 if (last && client.devices[last] && client.devices[last].authorised) { 313 devices: Device = {}; property in ProxyClient
|
D | connection.ts | 26 devices(): Device; method
|
/development/python-packages/adb/adb/ |
D | __init__.py | 64 devices = [] 72 devices.append(serial) 73 return devices 79 devices = get_devices(adb_path=adb_path) 80 if len(devices) != 1: 82 return AndroidDevice(devices[0], product, adb_path)
|
/development/host/windows/usb/ |
D | readme.txt | 25 devices that were not available when Android SDK was shipped. To do that, 27 file to add descriptions for new devices and interfaces. Note that when .inf 34 template to create new .inf file for new devices. Note that you also need
|
/development/samples/WiFiDirectDemo/assets/ |
D | sample_file.txt | 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and…
|
/development/samples/browseable/BluetoothLeGatt/ |
D | _index.jd | 9 to transmit arbitrary data between devices.
|
/development/samples/browseable/BasicNotifications/ |
D | _index.jd | 9 NotificationCompat API is used for compatibility with older devices, running Android
|
/development/samples/VirtualDeviceManager/ |
D | setup.sh | 130 DEVICE_COUNT=$(adb devices -l | tail -n +2 | head -n -1 | wc -l) 133 DEVICE_SERIALS=( $(adb devices -l | tail -n +2 | head -n -1 | awk '{ print $1 }') ) 134 DEVICE_NAMES=( $(adb devices -l | tail -n +2 | head -n -1 | awk '{ print $4 }') )
|
D | README.md | 45 * Both devices need to support 56 Simply connect your devices, navigate to the root of your Android checkout and 64 available devices, build the APKs and install them. 113 WARNING: If there are other devices in the vicinity with one of these apps 217 the host and the virtual device. If disabled, both devices will have their 275 input pointer devices. \ 390 is no vibration support on virtual devices, so vibration requests from 420 - Improved handling of vibrating requests originating from virtual devices. 443 - Improved support for creation of virtual displays and input devices.
|
/development/samples/browseable/MediaRecorder/ |
D | _index.jd | 10 can be easily replaced with a SurfaceView to run on older devices.
|
/development/samples/browseable/DirectBoot/ |
D | _index.jd | 10 This sample works as a simple alarm clock. On > Android N devices, the scheduled alarms
|
/development/samples/browseable/MessagingService/ |
D | _index.jd | 10 Input to allow Android N devices to reply via text directly from
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 8 - filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
|
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/ |
D | MainActivity.java | 284 AudioDeviceInfo[] devices = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in speakerIsSupported() local 285 for (AudioDeviceInfo device : devices) { in speakerIsSupported()
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 28 Please note, many Wear devices configure the Google Fit Wear App beforehand.
|