Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ devices.test.ts
File
devices.test.ts
src/platforms/android/__tests__/devices.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, test, vi } from
'vitest'
;
2
import
assert from
'node:assert/strict'
;
3
import
{ appendFileSync, promises as fs, writeFileSync } from
'node:fs'
;
4
import
os from
'node:os'
;
Callers
nothing calls this directly
Calls
10
parseAndroidTargetFromCharacteristics
Function · 0.90
parseAndroidFeatureListForTv
Function · 0.90
parseAndroidAvdList
Function · 0.90
parseAndroidEmulatorAvdNameOutput
Function · 0.90
resolveAndroidAvdName
Function · 0.90
resolveAndroidEmulatorAvdName
Function · 0.90
listAndroidDevices
Function · 0.90
ensureAndroidEmulatorBooted
Function · 0.90
withMockedAndroidTools
Function · 0.85
withMockedAndroidSdkRoot
Function · 0.85
Tested by
no test coverage detected