HomeSort by relevance Sort by last modified time
    Searched refs:attached_devices (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_device_unittest.py 17 self._android_device_stub.adb_commands.attached_devices = [
  /external/chromium_org/components/storage_monitor/
storage_monitor_win.cc 78 std::vector<StorageInfo> attached_devices = GetAllAvailableStorages(); local
79 size_t best_parent = attached_devices.size();
81 for (size_t i = 0; i < attached_devices.size(); i++) {
82 if (!StorageInfo::IsRemovableDevice(attached_devices[i].device_id()))
85 if (base::FilePath(attached_devices[i].location()).AppendRelativePath(
96 if (best_parent != attached_devices.size()) {
97 *device_info = attached_devices[best_parent];
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder_unittest.py 61 self._android_device_stub.adb_commands.attached_devices = [
72 self._android_device_stub.adb_commands.attached_devices = (
  /external/chromium_org/build/android/
test_runner.py 744 attached_devices = []
746 attached_devices = android_commands.GetAttachedDevices()
748 assert test_device in attached_devices, (
750 % (test_device, ', '.join(attached_devices)))
751 attached_devices = [test_device]
753 assert attached_devices, 'No devices attached.'
755 return sorted(attached_devices)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 118 self.attached_devices = []
130 return self.attached_devices
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 346 const MediaStorageUtil::DeviceIdSet* attached_devices,
368 if (!ContainsKey(*attached_devices, device_id))

Completed in 92 milliseconds