Searched refs:prefixSubstring (Results 1 – 1 of 1) sorted by relevance
94 private static String getVideoIdFromPath(String prefixSubstring, String urlPath) { in getVideoIdFromPath() argument95 return urlPath.substring(prefixSubstring.length()); in getVideoIdFromPath()