Searched refs:userIdIndex (Results 1 – 1 of 1) sorted by relevance
157 int userIdIndex = output.lastIndexOf(" "); in createCloneProfile() local158 if (userIdIndex != -1) { in createCloneProfile()160 Integer.parseInt(output.substring(userIdIndex).trim())); in createCloneProfile()