Home | History | Annotate | Download | only in mtp

Lines Matching refs:mDeviceProperties

81     private SharedPreferences mDeviceProperties;
243 mDeviceProperties = context.getSharedPreferences(devicePropertiesName, Context.MODE_PRIVATE);
257 SharedPreferences.Editor e = mDeviceProperties.edit();
845 String value = mDeviceProperties.getString(Integer.toString(property), "");
877 SharedPreferences.Editor e = mDeviceProperties.edit();