Home
last modified time | relevance | path

Searched refs:ACCOUNTS (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java142 public static final String ACCOUNTS = "accounts"; field
179 + " JOIN " + Tables.ACCOUNTS + " ON ("
186 + " JOIN " + Tables.ACCOUNTS + " ON ("
209 + " FROM " + Tables.ACCOUNTS
244 + " JOIN " + Tables.ACCOUNTS + " ON ("
268 + " JOIN " + Tables.ACCOUNTS + " ON ("
312 " FROM " + Tables.ACCOUNTS +
646 String CONCRETE_ID = Tables.ACCOUNTS + "." + BaseColumns._ID;
652 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME;
653 String CONCRETE_ACCOUNT_TYPE = Tables.ACCOUNTS + "." + ACCOUNT_TYPE;
[all …]
DLegacyApiSupport.java122 " JOIN " + Tables.ACCOUNTS + " ON ("
707 " JOIN " + Tables.ACCOUNTS + " ON (" + in createViews()
DContactsProvider2.java433 + "JOIN " + Tables.ACCOUNTS + " ON ("
4797 "DELETE FROM " + Tables.ACCOUNTS + in updateAccountsInBackground()
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java171 static final int ACCOUNTS = 7000; field in BrowserProvider2
204 matcher.addURI(authority, "accounts", ACCOUNTS); in matcher.addURI() argument
885 case ACCOUNTS: { in query()
1731 case ACCOUNTS: { in updateInTransaction()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java91 mDbHelper.getWritableDatabase().execSQL("delete from " + Tables.ACCOUNTS); in testGetOrCreateAccountId()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1714 " JOIN " + Tables.ACCOUNTS + " ON ("
2042 + " JOIN " + Tables.ACCOUNTS + " ON (" in updatePhotoId()