Searched defs:stripUrl (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DUrlUtils.java62 public static String stripUrl(String url) { method in class:UrlUtils
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider.java729 title = stripUrl(mHistoryCursor.getString(1 /* url */));
746 return stripUrl(mHistoryCursor.getString(1 /* url */));
1024 private static String stripUrl(String url) { method in class:BrowserProvider

Completed in 87 milliseconds