Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java40 public void addAllocationFailureReason(String deviceConfigName, Map<String, String> reasons) { in addAllocationFailureReason() argument
41 mNotAllocatedReason.put(deviceConfigName, createReasonMessage(reasons)); in addAllocationFailureReason()