Searched refs:PREFS_KEY (Results 1 – 1 of 1) sorted by relevance
65 private static final String PREFS_KEY = "AppRestrictionEnforcerFragment"; field in AppRestrictionEnforcerFragment245 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE); in loadRestrictions()495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit(); in editPreferences()