Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java117 public static boolean propertyExists(ITestDevice device, String property) in propertyExists()
123 public static boolean propertyEquals(ITestDevice device, String property, String value) in propertyEquals()
135 public static boolean propertyMatches(ITestDevice device, String property, String regex) in propertyMatches()
148 public static int getPropertyInt(ITestDevice device, String property) in getPropertyInt()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/result/
DVtsResultReporter.java28 private static boolean isEmptyProperty(String property) { in isEmptyProperty()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInfoCollector.java130 String property = nullToEmpty(device.getProperty(entry.getValue())); in setUp() local
131 buildInfo.addBuildAttribute(entry.getKey(), property); in setUp() local
DBuildFingerPrintPreparer.java95 public void setFingerprintProperty(String property) { in setFingerprintProperty()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java228 String property[] = keyVal[1].split("%3A"); in testBuildRequestString() local
231 property[1]); in testBuildRequestString() local
/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java105 private final String property; field in FilterUtil.FilterKey