OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountsColumns
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
174
// NOTE: If you want to refer to account name/type/data_set,
AccountsColumns
.CONCRETE_XXX
180
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" +
AccountsColumns
.CONCRETE_ID
187
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" +
AccountsColumns
.CONCRETE_ID
190
+
AccountsColumns
.CONCRETE_ACCOUNT_NAME + "="
192
+
AccountsColumns
.CONCRETE_ACCOUNT_TYPE + "="
194
+ "((" +
AccountsColumns
.CONCRETE_DATA_SET + " IS NULL AND "
196
+
AccountsColumns
.CONCRETE_DATA_SET + "="
208
+
AccountsColumns
.CONCRETE_ID
211
+ "(" +
AccountsColumns
.CONCRETE_ACCOUNT_NAME
213
+ "(" +
AccountsColumns
.CONCRETE_ACCOUNT_TYP
[
all
...]
LegacyApiSupport.java
55
import com.android.providers.contacts.ContactsDatabaseHelper.
AccountsColumns
;
123
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" +
AccountsColumns
.CONCRETE_ID + ")"
569
AccountsColumns
.CONCRETE_ACCOUNT_NAME + ", " +
570
AccountsColumns
.CONCRETE_ACCOUNT_TYPE + ", " +
[
all
...]
ContactsProvider2.java
115
import com.android.providers.contacts.ContactsDatabaseHelper.
AccountsColumns
;
434
+
AccountsColumns
.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
440
AccountsColumns
.CONCRETE_ACCOUNT_TYPE,
441
AccountsColumns
.CONCRETE_ACCOUNT_NAME,
442
AccountsColumns
.CONCRETE_DATA_SET,
461
AccountsColumns
.CONCRETE_ACCOUNT_TYPE,
462
AccountsColumns
.CONCRETE_ACCOUNT_NAME,
463
AccountsColumns
.CONCRETE_DATA_SET,
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
44
import com.android.providers.contacts.ContactsDatabaseHelper.
AccountsColumns
;
[
all
...]
Completed in 61 milliseconds