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.java127 values.put(Im.CHAT_CAPABILITY, Im.CAPABILITY_HAS_VOICE | Im.CAPABILITY_HAS_VIDEO); in testImIntentWithAudio()
148 values.put(Im.CHAT_CAPABILITY, Im.CAPABILITY_HAS_VOICE | Im.CAPABILITY_HAS_VIDEO | in testImIntentWithVideo()
172 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.java74 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DImDataItem.java78 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
/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/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java521 cursorColumnToContentValues(cursor, cv, ContactQuery.CHAT_CAPABILITY); in loadDataValues()
841 public static final int CHAT_CAPABILITY = 52; field in ContactLoader.ContactQuery
908 Data.CHAT_CAPABILITY,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java293 + StatusUpdates.CHAT_CAPABILITY + ")" in AbstractContactAggregator()
296 + StatusUpdates.CHAT_CAPABILITY in AbstractContactAggregator()
300 + " * 10 + " + StatusUpdates.CHAT_CAPABILITY + ")" in AbstractContactAggregator()
303 + " * 10 + " + StatusUpdates.CHAT_CAPABILITY + ")" in AbstractContactAggregator()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java544 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
550 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
DBaseContactsProvider2Test.java461 values.put(StatusUpdates.CHAT_CAPABILITY, chatMode); in insertStatusUpdate()
1684 values.put(StatusUpdates.CHAT_CAPABILITY, StatusUpdates.CAPABILITY_HAS_CAMERA); in insertEmail()
DContactsProvider2Test.java449 Data.CHAT_CAPABILITY, in testDataProjection()
539 Data.CHAT_CAPABILITY, in testDistinctDataProjection()
623 Data.CHAT_CAPABILITY, in testEntityProjection()
956 StatusUpdates.CHAT_CAPABILITY, in testStatusUpdatesProjection()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1138 StatusUpdates.CHAT_CAPABILITY + " INTEGER NOT NULL DEFAULT 0," + in createPresenceTables()
1153 StatusUpdates.CHAT_CAPABILITY + " INTEGER NOT NULL DEFAULT 0" + in createPresenceTables()
1178 + StatusUpdates.CHAT_CAPABILITY + ")" in createPresenceTables()
1182 + StatusUpdates.CHAT_CAPABILITY in createPresenceTables()
1186 + "+ ifnull(" + StatusUpdates.CHAT_CAPABILITY + ", 0))" in createPresenceTables()
1189 + "+ ifnull(" + StatusUpdates.CHAT_CAPABILITY + ", 0))" in createPresenceTables()
DContactsProvider2.java639 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY)
709 Tables.AGGREGATED_PRESENCE + '.' + StatusUpdates.CHAT_CAPABILITY)
724 .add(Data.CHAT_CAPABILITY, Tables.PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY)
1057 .add(StatusUpdates.CHAT_CAPABILITY)
3503 values.put(StatusUpdates.CHAT_CAPABILITY, in insertStatusUpdate()
3504 inputValues.getAsString(StatusUpdates.CHAT_CAPABILITY)); in insertStatusUpdate()
4442 values, StatusUpdates.CHAT_CAPABILITY, inputValues, StatusUpdates.CHAT_CAPABILITY); in getSettableColumnsForPresenceTable()
8385 projection, Data.PRESENCE, Data.CHAT_CAPABILITY)) { in appendDataPresenceJoin()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java336 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()