Searched refs:KEY_ICON_STATE (Results 1 – 1 of 1) sorted by relevance
57 private static final String KEY_ICON_STATE = "pref_icon_shape_path"; field in LauncherAppState211 getDevicePrefs(mContext).edit().putString(KEY_ICON_STATE, iconState).apply(); in onSystemIconStateChanged()216 if (!iconState.equals(getDevicePrefs(mContext).getString(KEY_ICON_STATE, ""))) { in verifyIconChanged()