Searched refs:sessionJsonObject (Results 1 – 1 of 1) sorted by relevance
77 val sessionJsonObject = JSONObject(sessionString) in getSessionAsync() constant78 val session = Arguments.fromBundle(BundleJSONConverter.convertToBundle(sessionJsonObject)) in getSessionAsync()89 val sessionJsonObject = JSONObject(session.toHashMap()) in setSessionAsync() constant90 exponentSharedPreferences.updateSession(sessionJsonObject) in setSessionAsync()