Searched refs:roomListJson (Results 1 – 1 of 1) sorted by relevance
176 String roomListJson = new JSONArray(roomList).toString(); in onPause() local179 editor.putString(keyprefRoomList, roomListJson); in onPause()189 String roomListJson = sharedPref.getString(keyprefRoomList, null); in onResume() local190 if (roomListJson != null) { in onResume()192 JSONArray jsonArray = new JSONArray(roomListJson); in onResume()