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

  /test/framework/harnesses/host_controller/build/
build_flasher_test.py 49 mock_class.AndroidDevice.return_value = mock_device
61 mock_class.AndroidDevice.return_value = mock_device
71 mock_class.AndroidDevice.assert_called_with(
83 mock_class.AndroidDevice.return_value = mock_device
117 mock_class.AndroidDevice.return_value = mock_device
build_flasher.py 35 device: AndroidDevice, the device associated with the client.
50 self.device = android_device.AndroidDevice(
62 self.device = android_device.AndroidDevice(
80 self.device = android_device.AndroidDevice(
  /test/vts/utils/python/controllers/
android_device_test.py 29 self.dut = android_device.AndroidDevice(available_serials[0])
36 '''Test AndroidDevice class startRuntime related functions.'''
android_device.py 43 VTS_CONTROLLER_CONFIG_NAME = "AndroidDevice"
70 """Creates AndroidDevice controller objects.
78 A list of AndroidDevice objects.
103 """Cleans up AndroidDevice objects.
106 ads: A list of AndroidDevice objects.
116 """Starts long running services on multiple AndroidDevice objects.
118 If any one AndroidDevice object fails to start services, cleans up all
119 existing AndroidDevice objects and their services.
122 ads: A list of AndroidDevice objects whose services to start.
177 """Create AndroidDevice instances from a list of serials
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py 17 from acts.controllers.android_device import AndroidDevice
47 """Create AndroidDevice instances from a list of serials.
54 A list of AndroidDevice objects.
66 class NativeAndroidDevice(AndroidDevice):
android_device.py 39 ACTS_CONTROLLER_CONFIG_NAME = "AndroidDevice"
74 """Creates AndroidDevice controller objects.
81 A list of AndroidDevice objects.
107 """Cleans up AndroidDevice objects.
110 ads: A list of AndroidDevice objects.
120 """Get information on a list of AndroidDevice objects.
123 ads: A list of AndroidDevice objects.
126 A list of dict, each representing info for an AndroidDevice objects.
140 ads: A list of AndroidDevice objects.
149 """Starts long running services on multiple AndroidDevice objects
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 42 """Generates a list of mock AndroidDevice objects.
47 num: An integer that is the number of mock AndroidDevice objects to
52 ad = mock.MagicMock(name="AndroidDevice", serial=i, h_port=None)
115 logging.log_path, "AndroidDevice%s" % self.serial,
116 "test_something", "AndroidDevice%s_%s" %
169 # These tests use mock AndroidDevice instances.
226 """Makes sure when an AndroidDevice fails to start some services, all
227 AndroidDevice objects get cleaned up.
244 # Tests for android_device.AndroidDevice class.
255 """Verifies the AndroidDevice object's basic attributes are correctl
    [all...]
  /test/framework/harnesses/host_controller/tfc/
device_info.py 94 """Adds properties to a DeviceInfo object, using AndroidDevice
100 ad = android_device.AndroidDevice(serial)
  /test/vts-testcase/kernel/cpu_profiling/
CpuProfilingTest.py 36 required_params = ["AndroidDevice"]
38 self.product_type = self.AndroidDevice[0]['product_type']
  /tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
adb_sideload_ota_tool_test.py 26 """Returns a mocked AndroidDevice with a mocked adb/fastboot."""
31 android_device.AndroidDevice(
update_device_ota_tool_test.py 25 """Returns a mocked AndroidDevice with a mocked adb/fastboot."""
30 android_device.AndroidDevice(
  /cts/hostsidetests/theme/
avd.py 80 return AndroidDevice(self._adb_name)
android_device.py 30 class AndroidDevice(object):
generate_images.py 110 device = AndroidDevice(device_serial)
  /development/python-packages/adb/
device.py 75 return AndroidDevice(devices[0], product, adb_path)
81 return AndroidDevice(serial, product, adb_path)
86 """Get a uniquely identified AndroidDevice if one is available.
99 An AndroidDevice associated with the first non-None identifier in the
131 """Get the unique USB-connected AndroidDevice if it is available.
138 An AndroidDevice associated with the unique USB-connected device.
144 """Get the unique emulator AndroidDevice if it is available.
151 An AndroidDevice associated with the unique running emulator.
245 class AndroidDevice(object):
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 182 self.ad = android_device.AndroidDevice(serial_number)

Completed in 1114 milliseconds