summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/AbstractInputMethodService.java
diff options
context:
space:
mode:
authorSergey Nikolaienkov <sergeynv@google.com>2021-09-10 11:26:04 +0000
committerSergey Nikolaienkov <sergeynv@google.com>2021-09-10 11:59:18 +0000
commitd183299d753101f6dd77e15e3069635da763fa86 (patch)
treece7f389163ba7c843e98cfaad84b333c9720aa52 /core/java/android/inputmethodservice/AbstractInputMethodService.java
parenta23f27f9bf57689397c6384da37a3066461fb044 (diff)
Do not create Associtions in CompanionDeviceDiscoveryService
Since and T Associations objects will have the ID feilds. These IDs must be unique, and will be assigned by the CdmService. To make this possible all new Associations objects (records) should be created by the CdmService. At the moment, however, CompanionDeviceDiscoveryService also creates Associations objects. Change ICompanionDeviceDiscoveryService interface, so that when it discovers a device reports back to the CdmService only the mac address of the device, instead of a fully constructed Association object. CdmService will take the address and creates an Association itself. Bug: 197933995 Test: make Change-Id: I4af928a7bc1c690bc7c3c7c50ec896884e10e3bd
Diffstat (limited to 'core/java/android/inputmethodservice/AbstractInputMethodService.java')
0 files changed, 0 insertions, 0 deletions