Searched refs:getVideoIdFromPath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DYouTubeUtil.java77 return getVideoIdFromPath(YOUTUBE_PATH_2, urlPath);
81 return getVideoIdFromPath(YOUTUBE_PATH_3, urlPath);
89 return getVideoIdFromPath("/", urlPath);
94 private static String getVideoIdFromPath(String prefixSubstring, String urlPath) { method in class:YouTubeUtil

Completed in 2039 milliseconds