Home
last modified time | relevance | path

Searched refs:UNMANAGED (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java33 UNMANAGED, enumConstant
70 this(null, commandId, taskId, cmdLine, null, RequestType.UNMANAGED, null, null); in ClusterCommand()
221 json.optString("request_type", RequestType.UNMANAGED.name())), in fromJson()
DClusterCommandScheduler.java588 case UNMANAGED: in execCommands()