Searched refs:mAutoDisabledPrefs (Results 1 – 1 of 1) sorted by relevance
34 private final SharedPreferences mAutoDisabledPrefs; field in PluginEnablerImpl42 mAutoDisabledPrefs = context.getSharedPreferences( in PluginEnablerImpl()59 mAutoDisabledPrefs.edit().remove(component.flattenToString()).apply(); in setDisabled()61 mAutoDisabledPrefs.edit().putInt(component.flattenToString(), reason).apply(); in setDisabled()76 return mAutoDisabledPrefs.getInt(componentName.flattenToString(), DISABLED_MANUALLY); in getDisableReason()