Searched defs:property (Results 1 – 6 of 6) sorted by relevance
117 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()
28 private static boolean isEmptyProperty(String property) { in isEmptyProperty()
130 String property = nullToEmpty(device.getProperty(entry.getValue())); in setUp() local131 buildInfo.addBuildAttribute(entry.getKey(), property); in setUp() local
95 public void setFingerprintProperty(String property) { in setFingerprintProperty()
228 String property[] = keyVal[1].split("%3A"); in testBuildRequestString() local231 property[1]); in testBuildRequestString() local
105 private final String property; field in FilterUtil.FilterKey