Searched refs:ADD_ICON_PREFERENCE_KEY (Results 1 – 2 of 2) sorted by relevance
61 public static final String ADD_ICON_PREFERENCE_KEY = "pref_add_icon_to_home"; field in SessionCommitReceiver124 return Utilities.getPrefs(context).getBoolean(ADD_ICON_PREFERENCE_KEY, true); in isEnabled()139 prefs.edit().putBoolean(ADD_ICON_PREFERENCE_KEY, true).apply(); in applyDefaultUserPrefs()156 .putBoolean(ADD_ICON_PREFERENCE_KEY, addIconToHomeScreenEnabled) in doInBackground()
21 import static com.android.launcher3.SessionCommitReceiver.ADD_ICON_PREFERENCE_KEY;216 case ADD_ICON_PREFERENCE_KEY: in initPreference()