Home
last modified time | relevance | path

Searched refs:KEY_ICON_PATH_REF (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java77 public static final String KEY_ICON_PATH_REF = "pref_icon_shape_path"; field in InvariantDeviceProfile
328 String savedIconMaskPath = getDevicePrefs(context).getString(KEY_ICON_PATH_REF, ""); in verifyConfigChangedInBackground()
331 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()
334 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()