Searched refs:profileString (Results 1 – 1 of 1) sorted by relevance
54 String profileString = sharedPreferences.getString(Constants.PREFS_USER_KEY, null); in readUserFromJsonPref() local55 if (profileString == null) { in readUserFromJsonPref()59 return gson.fromJson(profileString, Profile.class); in readUserFromJsonPref()