Home
last modified time | relevance | path

Searched refs:CHAT_CAPABILITY (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DContactsUtilsTests.java128 values.put(Im.CHAT_CAPABILITY, Im.CAPABILITY_HAS_VOICE | Im.CAPABILITY_HAS_VIDEO); in testImIntentWithAudio()
149 values.put(Im.CHAT_CAPABILITY, Im.CAPABILITY_HAS_VOICE | Im.CAPABILITY_HAS_VIDEO | in testImIntentWithVideo()
173 values.put(Email.CHAT_CAPABILITY, Im.CAPABILITY_HAS_VOICE | Im.CAPABILITY_HAS_VIDEO | in testImEmailIntent()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DImDataItem.java76 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DImDataItem.java80 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java522 cursorColumnToContentValues(cursor, cv, ContactQuery.CHAT_CAPABILITY); in loadDataValues()
846 public static final int CHAT_CAPABILITY = 52; field in ContactLoader.ContactQuery
913 Data.CHAT_CAPABILITY,
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java174 Data.CHAT_CAPABILITY,
253 public static final int CHAT_CAPABILITY = 52; field in ContactLoader.ContactQuery
673 cursorColumnToContentValues(cursor, cv, ContactQuery.CHAT_CAPABILITY); in loadDataValues()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java289 + StatusUpdates.CHAT_CAPABILITY + ")" in AbstractContactAggregator()
292 + StatusUpdates.CHAT_CAPABILITY in AbstractContactAggregator()
296 + " * 10 + " + StatusUpdates.CHAT_CAPABILITY + ")" in AbstractContactAggregator()
299 + " * 10 + " + StatusUpdates.CHAT_CAPABILITY + ")" in AbstractContactAggregator()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java640 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
646 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
DBaseContactsProvider2Test.java479 values.put(StatusUpdates.CHAT_CAPABILITY, chatMode); in insertStatusUpdate()
1786 values.put(StatusUpdates.CHAT_CAPABILITY, StatusUpdates.CAPABILITY_HAS_CAMERA); in insertEmail()
DContactsProvider2Test.java675 Data.CHAT_CAPABILITY, in testDataProjection()
765 Data.CHAT_CAPABILITY, in testDistinctDataProjection()
849 Data.CHAT_CAPABILITY, in testEntityProjection()
1182 StatusUpdates.CHAT_CAPABILITY, in testStatusUpdatesProjection()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java341 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1156 StatusUpdates.CHAT_CAPABILITY + " INTEGER NOT NULL DEFAULT 0," + in createPresenceTables()
1171 StatusUpdates.CHAT_CAPABILITY + " INTEGER NOT NULL DEFAULT 0" + in createPresenceTables()
1196 + StatusUpdates.CHAT_CAPABILITY + ")" in createPresenceTables()
1200 + StatusUpdates.CHAT_CAPABILITY in createPresenceTables()
1204 + "+ ifnull(" + StatusUpdates.CHAT_CAPABILITY + ", 0))" in createPresenceTables()
1207 + "+ ifnull(" + StatusUpdates.CHAT_CAPABILITY + ", 0))" in createPresenceTables()
DContactsProvider2.java671 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY)
741 Tables.AGGREGATED_PRESENCE + '.' + StatusUpdates.CHAT_CAPABILITY)
756 .add(Data.CHAT_CAPABILITY, Tables.PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY)
1084 .add(StatusUpdates.CHAT_CAPABILITY)
3732 values.put(StatusUpdates.CHAT_CAPABILITY, in insertStatusUpdate()
3733 inputValues.getAsString(StatusUpdates.CHAT_CAPABILITY)); in insertStatusUpdate()
4683 values, StatusUpdates.CHAT_CAPABILITY, inputValues, StatusUpdates.CHAT_CAPABILITY); in getSettableColumnsForPresenceTable()
8850 projection, Data.PRESENCE, Data.CHAT_CAPABILITY)) { in appendDataPresenceJoin()