Searched refs:formattedString (Results 1 – 1 of 1) sorted by relevance
443 String formattedString = duration.replace("ms", ""); in extractLaunchTime() local444 if (formattedString.contains("s")) { in extractLaunchTime()445 String[] splitString = formattedString.split("s"); in extractLaunchTime()450 return Integer.parseInt(formattedString); in extractLaunchTime()