Searched refs:devices (Results 1 – 21 of 21) sorted by relevance
/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/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/python-packages/adb/ |
D | device.py | 59 devices = [] 67 devices.append(serial) 68 return devices 72 devices = get_devices(adb_path=adb_path) 73 if len(devices) != 1: 75 return AndroidDevice(devices[0], product, adb_path)
|
/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/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/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/vndk/tools/definition-tool/ |
D | README.md | 65 the `device.mk` for their devices. 72 Some devices keep their vendor modules in `/system/vendor`. To run VNDK 73 definition tool for those devices, we have to skip `/system/vendor` and specify
|
/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/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.
|
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 272 devices = {m.group(1): { 276 j = json.dumps(devices)
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 52 …_Zqt2YyOKR8-RcfuQV3HpeQ@fakeemail.com,Modify SoftKeymasterDevice to fully handle keymaster1 devices 481 …gKTRoitvI6TLsBGrA@fakeemail.com,Fix duplicate copy file rules (extend the fix to remaining devices) 608 …ts,fake_LwNBxbq8T1qMUEynP5Ih-A@fakeemail.com,Trivially pass 6DoF test on devices without a 6DoF se… 717 …ts,fake_7JEs3U0xSWOTSJPgGWC1Vg@fakeemail.com,Remove Device Suspend Test for non-suspendable devices 782 …6092c83e6db,platform/cts,fake_-u_OLoA3TBaXxb6A_dNEPw@fakeemail.com,Watch devices may support NFC o… 822 …orm/cts,fake_WhxFBAZaSYiwR503n_44aw@fakeemail.com,Test that VR high-perf devices support layered b… 910 …Cst4MhTTM-zGlNMuDaRUw@fakeemail.com,Ignore VisualVoicemailServiceTest for devices without telephony 1020 …e_PS4YuR-ITLGJIC8lrvUBNQ@fakeemail.com,Teach charging job constraint tests about no-battery devices 1041 …_QRVFNg4MSimOHmDg-dCkEA@fakeemail.com,Suppress keyboard-related tests on TimePicker on Wear devices 1110 …latform/cts,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,Fix CtsBionicTestCases for translated devices [all …]
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 3576 combination of the Original Code with other software or devices. 3608 Contributor Version) or other devices; or 4) under Patent Claims
|