Home
last modified time | relevance | path

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

/test/vts/web/dashboard/src/main/java/com/android/vts/entity/
DTestCaseRunEntity.java35 public final Key key; field in TestCaseRunEntity
48 public TestCaseRunEntity(Key key, String testCaseName, int result, String systraceUrl) { in TestCaseRunEntity()
62 public TestCaseRunEntity(Key key, String testCaseName, int result) { in TestCaseRunEntity()
DTestRunEntity.java83 public final Key key; field in TestRunEntity
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DJsonUtil.java42 String key = iter.next(); in deepMergeJsonObjects() local
/test/vts/web/dashboard/src/main/java/com/android/vts/servlet/
DShowPreferencesServlet.java54 private final String key; field in ShowPreferencesServlet.Subscription
62 public Subscription(String testName, String key) { in Subscription()
/test/vts-testcase/security/poc/target/
Dpoc_test.cpp71 string key = key_value.substr(0, delim); in ExtractParams() local
/test/vts/web/dashboard/src/main/java/com/android/vts/util/
DPerformanceSummary.java96 public boolean insertProfilingPointSummary(String key, ProfilingPointSummary summary) { in insertProfilingPointSummary()
DFilterUtil.java125 FilterKey key = FilterKey.parse(terms[0].toLowerCase()); in getDeviceFilter() local
192 FilterKey key = FilterKey.parse(terms[0].toLowerCase()); in getUserTestFilter() local
/test/vts/utils/python/controllers/
Dandroid_device.py130 def _parse_device_list(device_list_str, key): argument