Home
last modified time | relevance | path

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

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