Searched refs:mAssociatedDeviceManager (Results 1 – 1 of 1) sorted by relevance
65 private IAssociatedDeviceManager mAssociatedDeviceManager; field in AssociatedDeviceViewModel103 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 …]