Searched refs:sessionIdsStr (Results 1 – 1 of 1) sorted by relevance
1113 String[] sessionIdsStr = line.substring(1, line.length() - 1).split(", "); in retrieveLastSessionIds() local1115 for (String sessionIdStr: sessionIdsStr) { in retrieveLastSessionIds()