Searched refs:mSharedPref (Results 1 – 4 of 4) sorted by relevance
61 private SharedPreferences mSharedPref; field in RestrictedProfilePinService.PinServiceImpl64 mSharedPref = context.getSharedPreferences(PIN_STORE_NAME, Context.MODE_PRIVATE); in PinServiceImpl()75 mSharedPref.edit() in setPin()82 mSharedPref.edit() in deletePin()94 return mSharedPref.getString(PIN_STORE_NAME, null); in getPin()
53 private SharedPreferences mSharedPref; field in AccessibilityShortcutFragment67 mSharedPref = getContext().getSharedPreferences( in onCreatePreferences()134 return mSharedPref.getString(LAST_SHORTCUT_SERVICE, ""); in getLastShortcutService()138 mSharedPref.edit().putString(LAST_SHORTCUT_SERVICE, s).apply(); in putLastShortcutService()
75 private final SharedPreferences mSharedPref; field in ProviderModelSlice80 mSharedPref = getSharedPreference(); in ProviderModelSlice()207 if (!newState && mSharedPref != null in onNotifyChange()208 && mSharedPref.getBoolean(PREF_HAS_TURNED_OFF_MOBILE_DATA, true)) { in onNotifyChange()252 if (mSharedPref != null) { in getMobileDataDisableDialog()253 SharedPreferences.Editor editor = mSharedPref.edit(); in getMobileDataDisableDialog()
67 private SharedPreferences mSharedPref; field in OpportunisticNetworkService388 mSharedPref = mContext.createDeviceProtectedStorageContext().getSharedPreferences( in initialize()598 return mSharedPref.getBoolean(PREF_ENABLED, true); in getPersistentEnableState()603 mSharedPref.edit().putBoolean(PREF_ENABLED, mIsEnabled).apply(); in updateEnableState()