Home
last modified time | relevance | path

Searched defs:SystemInfoParser (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DSystemInfoParser.java24 public final class SystemInfoParser<T> implements Function<String, T> { class
27 public SystemInfoParser(Class<T> type) { in SystemInfoParser() method in SystemInfoParser