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

/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java174 static final int ACCOUNTS = 7000; field in class:BrowserProvider2
207 matcher.addURI(authority, "accounts", ACCOUNTS);
875 case ACCOUNTS: {
1721 case ACCOUNTS: {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java131 public static final String ACCOUNTS = "accounts"; field in interface:ContactsDatabaseHelper.Tables
1245 db.execSQL("CREATE TABLE " + Tables.ACCOUNTS + " (" +
1253 db.execSQL("INSERT INTO " + Tables.ACCOUNTS + " VALUES(NULL, NULL, NULL)");
3659 updateIndexStats(db, Tables.ACCOUNTS,
3751 db.execSQL("DELETE FROM " + Tables.ACCOUNTS + ";");
3752 db.execSQL("INSERT INTO " + Tables.ACCOUNTS + " VALUES(NULL, NULL, NULL)");

Completed in 1924 milliseconds