HomeSort by relevance Sort by last modified time
    Searched defs:TABLE_NAMES (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 69 static final String[] TABLE_NAMES = new String[] {
116 // make sure that these match the index of TABLE_NAMES
130 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS],
132 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/#",
134 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES],
136 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES] + "/#",
141 TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/" + SearchManager.SUGGEST_URI_PATH_QUERY,
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 229 // TABLE_NAMES MUST remain in the order of the BASE constants above (e.g. ACCOUNT_BASE = 0x0000,
231 private static final String[] TABLE_NAMES = {
    [all...]

Completed in 446 milliseconds