/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactsUtilsTests.java | 128 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/ |
D | ImDataItem.java | 76 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | ImDataItem.java | 80 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 522 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/ |
D | ContactLoader.java | 174 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/ |
D | AbstractContactAggregator.java | 289 + 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/ |
D | ContactsDatabaseHelperUpgradeTest.java | 640 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0") 646 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
|
D | BaseContactsProvider2Test.java | 479 values.put(StatusUpdates.CHAT_CAPABILITY, chatMode); in insertStatusUpdate() 1786 values.put(StatusUpdates.CHAT_CAPABILITY, StatusUpdates.CAPABILITY_HAS_CAMERA); in insertEmail()
|
D | ContactsProvider2Test.java | 675 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/ |
D | ContactLoaderTest.java | 341 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1156 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()
|
D | ContactsProvider2.java | 671 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()
|