Searched refs:mSharedPref (Results 1 – 1 of 1) sorted by relevance
63 private SharedPreferences mSharedPref; field in OpportunisticNetworkService374 mSharedPref = mContext.createDeviceProtectedStorageContext().getSharedPreferences( in initialize()584 return mSharedPref.getBoolean(PREF_ENABLED, true); in getPersistentEnableState()589 mSharedPref.edit().putBoolean(PREF_ENABLED, mIsEnabled).apply(); in updateEnableState()