Lines Matching refs:property
82 // cached property groups for single properties
85 // cached property groups for all properties for a given format
240 // send device property changed event
473 private MtpPropertyList getObjectPropertyList(int handle, int format, int property,
476 if (property == 0) {
527 if (property == 0xffffffff) {
537 // Get this property value
538 final int[] propertyList = new int[]{property};
539 propertyGroup = mPropertyGroupsByProperty.get(property);
543 mPropertyGroupsByProperty.put(property, propertyGroup);
743 private int setObjectProperty(int handle, int property,
745 switch (property) {
754 private int getDeviceProperty(int property, long[] outIntValue, char[] outStringValue) {
755 switch (property) {
759 String value = mDeviceProperties.getString(Integer.toString(property), "");
789 property, long intValue, String stringValue) {
790 switch (property) {
795 e.putString(Integer.toString(property), stringValue);