(device: DeviceInfo)
| 90 | } |
| 91 | |
| 92 | export function isActiveProviderDevice(device: DeviceInfo): boolean { |
| 93 | return getActiveProviderDeviceRuntimes().some((runtime) => runtime.ownsDevice(device)); |
| 94 | } |
| 95 | |
| 96 | export async function installProviderDeviceApp( |
| 97 | device: DeviceInfo, |
no test coverage detected