Searched refs:buildJSONString (Results 1 – 1 of 1) sorted by relevance
89 val buildJSONString = database.jsonDataDao()?.loadJSONStringForKey(staticBuildDataKey, scopeKey) in getBuildDataFromDatabase() constant90 return if (buildJSONString == null) null else JSONObject(buildJSONString) in getBuildDataFromDatabase()