Searched refs:copies (Results 1 – 5 of 5) sorted by relevance
5 sell copies of the Materials, and to permit persons to whom the Materials are9 all copies or substantial portions of the Materials.
121 void setCopies(int copies); in setCopies() argument
288 UiObject copies = mDevice.findObject(new UiSelector().resourceId( in setCopies() local290 copies.setText(Integer.valueOf(newCopies).toString()); in setCopies()300 UiObject copies = mDevice.findObject(new UiSelector().resourceId( in getCopies() local302 return Integer.parseInt(copies.getText()); in getCopies()
21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1772 final Boolean[] copies = new Boolean[from.length]; in toBooleanArray() local1774 copies[i] = from[i]; in toBooleanArray()1776 return copies; in toBooleanArray()