Searched refs:propertyList (Results 1 – 2 of 2) sorted by relevance
244 final List<Property> propertyList = packagePropertyMap.get(packageName); in getProperty() local245 if (propertyList == null) { in getProperty()248 for (int i = propertyList.size() - 1; i >= 0; i--) { in getProperty()249 final Property property = propertyList.get(i); in getProperty()281 final List<Property> propertyList = packagePropertyMap.get(packageName); in getApplicationProperty() local282 if (propertyList == null) { in getApplicationProperty()285 return propertyList.get(0); in getApplicationProperty()
544 final int[] propertyList = getSupportedObjectProperties(format); in getObjectPropertyList() local545 propertyGroup = new MtpPropertyGroup(propertyList); in getObjectPropertyList()552 final int[] propertyList = new int[]{property}; in getObjectPropertyList() local553 propertyGroup = new MtpPropertyGroup(propertyList); in getObjectPropertyList()