/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactsUtilsTests.java | 127 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/ |
D | ImDataItem.java | 74 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | ImDataItem.java | 78 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
|
/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/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 521 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/ |
D | AbstractContactAggregator.java | 293 + 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/ |
D | ContactsDatabaseHelperUpgradeTest.java | 544 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0") 550 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
|
D | BaseContactsProvider2Test.java | 461 values.put(StatusUpdates.CHAT_CAPABILITY, chatMode); in insertStatusUpdate() 1684 values.put(StatusUpdates.CHAT_CAPABILITY, StatusUpdates.CAPABILITY_HAS_CAMERA); in insertEmail()
|
D | ContactsProvider2Test.java | 449 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/ |
D | ContactsDatabaseHelper.java | 1138 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()
|
D | ContactsProvider2.java | 639 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/ |
D | ContactLoaderTest.java | 336 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()
|