OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONCRETE_ACCOUNT_TYPE
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
199
+ AccountsColumns.
CONCRETE_ACCOUNT_TYPE
+ "="
200
+ SettingsColumns.
CONCRETE_ACCOUNT_TYPE
+ " AND "
220
+ "(" + AccountsColumns.
CONCRETE_ACCOUNT_TYPE
221
+ "=" + SettingsColumns.
CONCRETE_ACCOUNT_TYPE
+ ")))"
344
+ SettingsColumns.
CONCRETE_ACCOUNT_TYPE
+ "," + RawContacts.CONTACT_ID;
485
String
CONCRETE_ACCOUNT_TYPE
= Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_TYPE;
543
String
CONCRETE_ACCOUNT_TYPE
= Views.GROUPS + "." + Groups.ACCOUNT_TYPE;
594
public static final String
CONCRETE_ACCOUNT_TYPE
= Tables.SETTINGS + "."
[
all
...]
LegacyApiSupport.java
570
AccountsColumns.
CONCRETE_ACCOUNT_TYPE
+ ", " +
[
all
...]
ContactsProvider2.java
517
AccountsColumns.
CONCRETE_ACCOUNT_TYPE
,
538
AccountsColumns.
CONCRETE_ACCOUNT_TYPE
,
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java
[
all
...]
Completed in 3652 milliseconds