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

/packages/apps/Messaging/src/com/android/messaging/util/
H A DYouTubeUtil.java65 final String urlPath = uri.getPath();
67 if (TextUtils.isEmpty(urlPath)) {
72 if (urlPath.startsWith(YOUTUBE_PATH_1)) {
76 if (urlPath.startsWith(YOUTUBE_PATH_2)) {
77 return getVideoIdFromPath(YOUTUBE_PATH_2, urlPath);
80 if (urlPath.startsWith(YOUTUBE_PATH_3)) {
81 return getVideoIdFromPath(YOUTUBE_PATH_3, urlPath);
84 if (urlPath.startsWith(YOUTUBE_PATH_4)) {
89 return getVideoIdFromPath("/", urlPath);
94 private static String getVideoIdFromPath(String prefixSubstring, String urlPath) { argument
[all...]

Completed in 3060 milliseconds