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()
133 String property = nullToEmpty(device.getProperty(entry.getValue())); in setUp() local134 buildInfo.addBuildAttribute(entry.getKey(), property); in setUp() local
111 public void setFingerprintProperty(String property) { in setFingerprintProperty()
239 String property[] = keyVal[1].split("%3A"); in testBuildRequestString() local242 property[1]); in testBuildRequestString() local
105 private final String property; field in FilterUtil.FilterKey