Home
last modified time | relevance | path

Searched refs:mAssociatedDeviceManager (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceViewModel.java65 private IAssociatedDeviceManager mAssociatedDeviceManager; field in AssociatedDeviceViewModel
103 mAssociatedDeviceManager = null; in onCleared()
110 mAssociatedDeviceManager.acceptVerification(); in acceptVerification()
125 mAssociatedDeviceManager.stopAssociation(); in stopAssociation()
150 mAssociatedDeviceManager.removeAssociatedDevice(device.getDeviceId()); in removeCurrentDevice()
164 mAssociatedDeviceManager.disableAssociatedDeviceConnection(device.getDeviceId()); in toggleConnectionStatusForCurrentDevice()
166 mAssociatedDeviceManager.enableAssociatedDeviceConnection(device.getDeviceId()); in toggleConnectionStatusForCurrentDevice()
284 mAssociatedDeviceManager.startAssociation(); in startAssociation()
294 mAssociatedDeviceManager.setAssociationCallback(mAssociationCallback); in registerCallbacks()
295 mAssociatedDeviceManager.setDeviceAssociationCallback(mDeviceAssociationCallback); in registerCallbacks()
[all …]