Loading packages/CompanionDeviceManager/src/com/android/companiondevicemanager/CompanionDeviceDiscoveryService.java +3 −0 Original line number Diff line number Diff line Loading @@ -317,6 +317,9 @@ public class CompanionDeviceDiscoveryService extends Service { } void onDeviceSelected(String callingPackage, String deviceAddress) { if (callingPackage == null || deviceAddress == null) { return; } mServiceCallback.complete(new Association( getUserId(), deviceAddress, callingPackage, mRequest.getDeviceProfile(), false, System.currentTimeMillis())); Loading Loading
packages/CompanionDeviceManager/src/com/android/companiondevicemanager/CompanionDeviceDiscoveryService.java +3 −0 Original line number Diff line number Diff line Loading @@ -317,6 +317,9 @@ public class CompanionDeviceDiscoveryService extends Service { } void onDeviceSelected(String callingPackage, String deviceAddress) { if (callingPackage == null || deviceAddress == null) { return; } mServiceCallback.complete(new Association( getUserId(), deviceAddress, callingPackage, mRequest.getDeviceProfile(), false, System.currentTimeMillis())); Loading