HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_NAMES (Results 1 - 3 of 3) 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...]
BrowserProvider2.java 508 String table = BrowserProvider.TABLE_NAMES[BrowserProvider.URI_MATCH_BOOKMARKS];
    [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 249 milliseconds