Home
last modified time | relevance | path

Searched refs:devices (Results 1 – 25 of 27) sorted by relevance

12

/development/samples/browseable/BluetoothChat/
D_index.jd8 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.jd8 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/
Dcollect_traces_component_test.ts139 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/
DREADME13 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:
Dlabpretest.sh115 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/
DVibrationDemoActivity.java96 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()
DSensorDemoActivity.java97 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/
DREADME.txt5 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/
Ddevice.py69 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/
Dproxy_connection.ts63 devices() { method in ProxyConnection
64 return this.proxy.devices;
117 return this.proxy.devices[this.proxy.selectedDevice];
Dproxy_client.ts279 client.devices = JSON.parse(request.responseText);
281 if (last && client.devices[last] && client.devices[last].authorised) {
313 devices: Device = {}; property in ProxyClient
Dconnection.ts26 devices(): Device; method
/development/python-packages/adb/adb/
D__init__.py64 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/
Dreadme.txt25 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/
Dsample_file.txt3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and…
/development/samples/browseable/BluetoothLeGatt/
D_index.jd9 to transmit arbitrary data between devices.
/development/samples/browseable/BasicNotifications/
D_index.jd9 NotificationCompat API is used for compatibility with older devices, running Android
/development/samples/VirtualDeviceManager/
Dsetup.sh130 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 }') )
DREADME.md45 * 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.jd10 can be easily replaced with a SurfaceView to run on older devices.
/development/samples/browseable/DirectBoot/
D_index.jd10 This sample works as a simple alarm clock. On > Android N devices, the scheduled alarms
/development/samples/browseable/MessagingService/
D_index.jd10 Input to allow Android N devices to reply via text directly from
/development/samples/USB/MissileLauncher/
DREADME.txt8 - filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java284 AudioDeviceInfo[] devices = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in speakerIsSupported() local
285 for (AudioDeviceInfo device : devices) { in speakerIsSupported()
/development/samples/browseable/WatchFace/
D_index.jd28 Please note, many Wear devices configure the Google Fit Wear App beforehand.

12