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 67 static final String[] TABLE_NAMES = new String[] {
114 // make sure that these match the index of TABLE_NAMES
128 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS],
130 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/#",
132 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES],
134 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES] + "/#",
139 TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/" + SearchManager.SUGGEST_URI_PATH_QUERY,
778 Cursor c = mOpenHelper.getReadableDatabase().query(TABLE_NAMES[match % 10], projection,
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 221 // TABLE_NAMES MUST remain in the order of the BASE constants above (e.g. ACCOUNT_BASE = 0x0000,
223 private static final String[] TABLE_NAMES = {
705 String tableName = TABLE_NAMES[table];
    [all...]

Completed in 67 milliseconds