Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java121 private static final int URI_MATCH_SUGGEST = 20; field in BrowserProvider
137 URI_MATCH_SUGGEST);
761 if (match == URI_MATCH_SUGGEST || match == URI_MATCH_BOOKMARKS_SUGGEST) {
845 case URI_MATCH_SUGGEST:
909 if (match == -1 || match == URI_MATCH_SUGGEST) { in delete()
957 if (match == -1 || match == URI_MATCH_SUGGEST) { in update()