Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 25 of 73) sorted by relevance

123

/tools/test/connectivity/acts/tests/google/tel/config/
Dsample_testbed_configs.json7 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}, string
8 {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"} ] string
13 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}, string
14 {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"}, string
15 {"serial" : "<serial_3>", "adb_logcat_pram": "-b all"} ] string
20 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}, string
21 {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"} ], string
37 {"serial": "<MSIM_device_serial_1>", string
43 {"serial": "<MSIM_device_serial_2>", string
53 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}], string
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java40 public void sendAllocateDevice(String serial) throws RemoteException; in sendAllocateDevice()
48 public void sendFreeDevice(String serial) throws RemoteException; in sendFreeDevice()
89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException; in sendExecCommand()
98 public void sendGetLastCommandResult(String serial, ICommandResultHandler handler) in sendGetLastCommandResult()
DRemoteClient.java140 public void sendAllocateDevice(String serial) throws RemoteException { in sendAllocateDevice()
148 public void sendFreeDevice(String serial) throws RemoteException { in sendFreeDevice()
214 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException { in sendExecCommand()
222 public void sendGetLastCommandResult(String serial, ICommandResultHandler handler) in sendGetLastCommandResult()
DExecCommandOp.java33 ExecCommandOp(String serial, String... commandArgs) { in ExecCommandOp()
46 String serial = json.getString(SERIAL); in createFromJson() local
DDeviceDescriptor.java48 public DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, in DeviceDescriptor()
55 public DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, in DeviceDescriptor()
78 String serial, in DeviceDescriptor()
110 String serial, in DeviceDescriptor()
143 String serial, in DeviceDescriptor()
DAllocateDeviceOp.java31 AllocateDeviceOp(String serial) { in AllocateDeviceOp()
DFreeDeviceOp.java32 FreeDeviceOp(String serial) { in FreeDeviceOp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNullDevice.java32 public NullDevice(String serial) { in NullDevice()
36 public NullDevice(String serial, boolean isTemporary) { in NullDevice()
DDeviceUtilStatsMonitor.java100 public Integer getUtilForDevice(String serial) { in getUtilForDevice()
143 public boolean addMissingSample(String serial) { in addMissingSample()
168 String serial = goneSerialEntry.getKey(); in run() local
243 public synchronized void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
262 private DeviceUtilRecord getDeviceRecord(String serial) { in getDeviceRecord()
271 private boolean shouldTrackDevice(String serial) { in shouldTrackDevice()
DIDeviceMonitor.java46 public abstract DeviceDescriptor getDeviceDescriptor(String serial); in getDeviceDescriptor()
60 public void notifyDeviceStateChange(String serial, DeviceAllocationState oldState, in notifyDeviceStateChange()
DDeviceUnresponsiveException.java49 public DeviceUnresponsiveException(String msg, String serial) { in DeviceUnresponsiveException()
73 public DeviceUnresponsiveException(String msg, Throwable cause, String serial) { in DeviceUnresponsiveException()
DDeviceDisconnectedException.java50 public DeviceDisconnectedException(String msg, String serial) { in DeviceDisconnectedException()
74 public DeviceDisconnectedException(String msg, Throwable cause, String serial) { in DeviceDisconnectedException()
DDeviceNotAvailableException.java54 public DeviceNotAvailableException(String msg, String serial) { in DeviceNotAvailableException()
80 public DeviceNotAvailableException(String msg, Throwable cause, String serial) { in DeviceNotAvailableException()
DTcpDevice.java26 public TcpDevice(String serial) { in TcpDevice()
DRemoteAvdIDevice.java27 public RemoteAvdIDevice(String serial) { in RemoteAvdIDevice()
DIDeviceManager.java87 public ITestDevice forceAllocateDevice(String serial); in forceAllocateDevice()
206 public DeviceDescriptor getDeviceDescriptor(String serial); in getDeviceDescriptor()
238 public boolean isNullDevice(String serial); in isNullDevice()
243 public boolean isEmulator(String serial); in isEmulator()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DDeviceTracker.java68 public ITestDevice freeDevice(String serial) { in freeDevice()
91 public ITestDevice getDeviceForSerial(String serial) { in getDeviceForSerial()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DVmRemoteDevice.java23 public VmRemoteDevice(String serial) { in VmRemoteDevice()
/tools/test/connectivity/acts/framework/
Dsample_config_2.json10 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string
11 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
Dsample_config.json12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string
13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dlogcat.py71 def _on_retry(serial, extra_params, timestamp_tracker): argument
82 def create_logcat_keepalive_process(serial, logcat_dir, extra_params=''): argument
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
Dadb_sideload_ota_tool_test.py28 def get_mock_android_device(serial='', ssh_connection=None): argument
Dupdate_device_ota_tool_test.py27 def get_mock_android_device(serial='', ssh_connection=None): argument
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DRuntimeRestartCollector.java218 final Map<String, Metric> metrics, List<Integer> timestampsSecs, String serial) { in addStatsdStatsBasedMetrics() argument
247 final Map<String, Metric> metrics, List<Long> timestampsNanos, String serial) { in addAtomBasedMetrics() argument
277 private String createMetricKey(String suffix, String serial) { in createMetricKey()
/tools/tradefederation/core/python-lib/tradefed_py/
Dbase_test.py31 def setUpDevice(self, serial, stream, options): argument

123