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.java135 public static final String ACCOUNTS = "accounts"; field
172 + " JOIN " + Tables.ACCOUNTS + " ON ("
179 + " JOIN " + Tables.ACCOUNTS + " ON ("
202 + " FROM " + Tables.ACCOUNTS
237 + " JOIN " + Tables.ACCOUNTS + " ON ("
261 + " JOIN " + Tables.ACCOUNTS + " ON ("
305 " FROM " + Tables.ACCOUNTS +
625 String CONCRETE_ID = Tables.ACCOUNTS + "." + BaseColumns._ID;
631 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME;
632 String CONCRETE_ACCOUNT_TYPE = Tables.ACCOUNTS + "." + ACCOUNT_TYPE;
[all …]
DLegacyApiSupport.java122 " JOIN " + Tables.ACCOUNTS + " ON ("
707 " JOIN " + Tables.ACCOUNTS + " ON (" + in createViews()
DContactsProvider2.java420 + "JOIN " + Tables.ACCOUNTS + " ON ("
4567 "DELETE FROM " + Tables.ACCOUNTS + in updateAccountsInBackground()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java91 mDbHelper.getWritableDatabase().execSQL("delete from " + Tables.ACCOUNTS); in testGetOrCreateAccountId()
/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/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1713 " JOIN " + Tables.ACCOUNTS + " ON ("
2035 + " JOIN " + Tables.ACCOUNTS + " ON (" in updatePhotoId()