Searched refs:readChatsFromJsonPref (Results 1 – 2 of 2) sorted by relevance
113 public static List<Chat> readChatsFromJsonPref(Context context) throws IOException { in readChatsFromJsonPref() method in SharedPreferencesHelper
120 return SharedPreferencesHelper.readChatsFromJsonPref(context); in getAllChats()