Lines Matching refs:handle
470 int handle = property.Handle; in checkStringListProperty() local
475 oValue = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
525 xFPS.setFastPropertyValue(handle, aNewValues); in checkStringListProperty()
529 …System.out.println(" FAIL: setFastPropertyValue(handle:=" + handle + ", name:='" + name + "')" + e… in checkStringListProperty()
536 Object oObj = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
547 xFPS.setFastPropertyValue(handle, oValue); in checkStringListProperty()
571 Object checkVal3 = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
580 …System.out.println(" FAIL: getFastPropertyValue(handle:=" + handle + ", name:='" + name + "')" + e… in checkStringListProperty()
591 int handle = property.Handle; in checkStringProperty() local
595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
619 String checkVal = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
629 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
637 String checkVal2 = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
651 xFPS.setFastPropertyValue(handle, val); in checkStringProperty()
659 String checkVal3 = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
683 …System.out.println(" FAIL: getFastPropertyValue(handle:=" + handle + ", name:='" + name + "')" + e… in checkStringProperty()