OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListDevicesOp
(Results
1 - 4
of
4
) sorted by null
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
ListDevicesOp.java
31
class
ListDevicesOp
extends RemoteOperation<List<DeviceDescriptor>> {
43
ListDevicesOp
() {
47
* Factory method for creating a {@link
ListDevicesOp
} from JSON data.
50
* @return a {@link
ListDevicesOp
}
53
static
ListDevicesOp
createFromJson(JSONObject json) throws JSONException {
54
return new
ListDevicesOp
();
97
Log.e("
ListDevicesOp
", msg);
RemoteOperation.java
85
rc =
ListDevicesOp
.createFromJson(jsonData);
RemoteClient.java
207
return sendOperation(new
ListDevicesOp
());
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
RemoteManager.java
278
processListDevices((
ListDevicesOp
)rc, result);
316
private void processListDevices(
ListDevicesOp
rc, JSONObject result) {
Completed in 119 milliseconds