OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AGGREGATED_PRESENCE
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java
68
" FROM " + Tables.
AGGREGATED_PRESENCE
+
ContactsDatabaseHelper.java
137
public static final String
AGGREGATED_PRESENCE
= "agg_presence";
572
String CONCRETE_CONTACT_ID = Tables.
AGGREGATED_PRESENCE
+ "." + CONTACT_ID;
[
all
...]
ContactsProvider2.java
592
Tables.
AGGREGATED_PRESENCE
+ "." + StatusUpdates.PRESENCE)
594
Tables.
AGGREGATED_PRESENCE
+ "." + StatusUpdates.CHAT_CAPABILITY)
659
Tables.
AGGREGATED_PRESENCE
+ '.' + StatusUpdates.PRESENCE)
661
Tables.
AGGREGATED_PRESENCE
+ '.' + StatusUpdates.CHAT_CAPABILITY)
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
278
"INSERT OR REPLACE INTO " + Tables.
AGGREGATED_PRESENCE
+ "("
306
"DELETE FROM " + Tables.
AGGREGATED_PRESENCE
+
[
all
...]
Completed in 162 milliseconds