/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/ |
H A 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()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
H A D | ImDataItem.java | 78 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
H A D | ImDataItem.java | 74 Integer result = getContentValues().getAsInteger(Im.CHAT_CAPABILITY); in getChatCapability()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A 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()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/ |
H A 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,
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A 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()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsDatabaseHelperUpgradeTest.java | 544 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0") 550 new TableColumn(StatusUpdates.CHAT_CAPABILITY, INTEGER, true, "0")
|
H A D | BaseContactsProvider2Test.java | 461 values.put(StatusUpdates.CHAT_CAPABILITY, chatMode); in insertStatusUpdate() 1684 values.put(StatusUpdates.CHAT_CAPABILITY, StatusUpdates.CAPABILITY_HAS_CAMERA); in insertEmail()
|
H A 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()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | ContactLoaderTest.java | 336 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A 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()
|
H A D | ContactsProvider2.java | 640 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY) 710 Tables.AGGREGATED_PRESENCE + '.' + StatusUpdates.CHAT_CAPABILITY) 725 .add(Data.CHAT_CAPABILITY, Tables.PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY) 1058 .add(StatusUpdates.CHAT_CAPABILITY) 3469 values.put(StatusUpdates.CHAT_CAPABILITY, in insertStatusUpdate() 3470 inputValues.getAsString(StatusUpdates.CHAT_CAPABILITY)); in insertStatusUpdate() 4408 values, StatusUpdates.CHAT_CAPABILITY, inputValues, StatusUpdates.CHAT_CAPABILITY); in getSettableColumnsForPresenceTable() 8351 projection, Data.PRESENCE, Data.CHAT_CAPABILITY)) { in appendDataPresenceJoin()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 3328 public static final String CHAT_CAPABILITY = "chat_capability"; field
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34894 field public static final String CHAT_CAPABILITY = "chat_capability";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24664 field public static final java.lang.String CHAT_CAPABILITY = "chat_capability";
|