Searched refs:roomListJson (Results 1 – 1 of 1) sorted by relevance
168 String roomListJson = new JSONArray(roomList).toString(); in onPause() local171 editor.putString(keyprefRoomList, roomListJson); in onPause()181 String roomListJson = sharedPref.getString(keyprefRoomList, null); in onResume() local182 if (roomListJson != null) { in onResume()184 JSONArray jsonArray = new JSONArray(roomListJson); in onResume()