Searched refs:ACCOUNTS (Results 1 - 3 of 3) 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)");
H A DContactsProvider2.java4538 findValidAccountsWithDataSets(Tables.ACCOUNTS);
4540 // Add a row to the ACCOUNTS table (with no data set) for each new account.
4548 db.execSQL("INSERT INTO " + Tables.ACCOUNTS + " (" + RawContacts.ACCOUNT_NAME
4639 "DELETE FROM " + Tables.ACCOUNTS +
4688 existingAccountsWithDataSets = findValidAccountsWithDataSets(Tables.ACCOUNTS);
4698 db.execSQL("INSERT INTO " + Tables.ACCOUNTS + " (" + RawContacts.ACCOUNT_NAME

Completed in 129 milliseconds