Lines Matching full:properties
66 // cached property groups for single properties
70 // cached property groups for all properties for a given format
77 // SharedPreferences for writable MTP device properties
194 final String devicePropertiesName = "device-properties";
199 // for backward compatibility - read device properties from sqlite database
204 db = context.openOrCreateDatabase("device-properties", Context.MODE_PRIVATE, null);
206 c = db.query("properties", new String[] { "_id", "code", "value" },
219 Log.e(TAG, "failed to migrate device properties", e);
552 // audio specific properties
577 // video specific properties
598 // image specific properties
616 // image specific properties
619 // audio specific properties
629 // video specific properties
635 // image specific properties
803 // writable string properties kept in shared preferences
833 // writable string properties kept in shared prefs