Searched refs:mPrefLocal (Results 1 – 1 of 1) sorted by relevance
31 private SharedPreferences mPrefLocal; // per-camera preferences field in ComboPreferences55 if (mPrefLocal != null) { in setLocalId()56 mPrefLocal.unregisterOnSharedPreferenceChangeListener(this); in setLocalId()58 mPrefLocal = context.getSharedPreferences( in setLocalId()60 mPrefLocal.registerOnSharedPreferenceChangeListener(this); in setLocalId()68 return mPrefLocal; in getLocal()85 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getString()88 return mPrefLocal.getString(key, defValue); in getString()93 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getInt()96 return mPrefLocal.getInt(key, defValue); in getInt()[all …]