Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java99 handlers.put(Duration.class, new DurationHandler()); in handlers.put() argument
1094 private static class DurationHandler extends Handler<Duration> { class in OptionSetter