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
176
// NOTE: If you want to refer to account name/type/data_set,
AccountsColumns
.CONCRETE_XXX
182
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" +
AccountsColumns
.CONCRETE_ID
189
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" +
AccountsColumns
.CONCRETE_ID
192
+
AccountsColumns
.CONCRETE_ACCOUNT_NAME + "="
194
+
AccountsColumns
.CONCRETE_ACCOUNT_TYPE + "="
196
+ "((" +
AccountsColumns
.CONCRETE_DATA_SET + " IS NULL AND "
198
+
AccountsColumns
.CONCRETE_DATA_SET + "="
210
+
AccountsColumns
.CONCRETE_ID
213
+ "(" +
AccountsColumns
.CONCRETE_ACCOUNT_NAME
215
+ "(" +
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
116
import com.android.providers.contacts.ContactsDatabaseHelper.
AccountsColumns
;
440
+
AccountsColumns
.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
446
AccountsColumns
.CONCRETE_ACCOUNT_TYPE,
447
AccountsColumns
.CONCRETE_ACCOUNT_NAME,
448
AccountsColumns
.CONCRETE_DATA_SET,
467
AccountsColumns
.CONCRETE_ACCOUNT_TYPE,
468
AccountsColumns
.CONCRETE_ACCOUNT_NAME,
469
AccountsColumns
.CONCRETE_DATA_SET,
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
45
import com.android.providers.contacts.ContactsDatabaseHelper.
AccountsColumns
;
[
all
...]
Completed in 2429 milliseconds