Searched defs:property (Results 1 – 4 of 4) sorted by relevance
174 public static boolean propertyExists(ITestDevice device, String property) in propertyExists()180 public static boolean propertyEquals(ITestDevice device, String property, String value) in propertyEquals()192 public static boolean propertyMatches(ITestDevice device, String property, String regex) in propertyMatches()205 public static int getPropertyInt(ITestDevice device, String property) in getPropertyInt()
146 String property = nullToEmpty(device.getProperty(entry.getValue())); in setUp() local147 buildInfo.addBuildAttribute(entry.getKey(), property); in setUp() local
111 public void setFingerprintProperty(String property) { in setFingerprintProperty()
348 String property[] = keyVal[1].split("%3A"); in testBuildRequestString() local351 property[1]); in testBuildRequestString() local