Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/android/
H A Dadb.ts314 const props = await getPropertyDataForDeviceAsync({ pid }, PROP_BOOT_ANIMATION_STATE);
325 const cpuAbiList = (await getPropertyDataForDeviceAsync(device, PROP_CPU_ABI_LIST_NAME))[
333 const abi = (await getPropertyDataForDeviceAsync(device, PROP_CPU_NAME))[
339 export async function getPropertyDataForDeviceAsync( function
/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A Dadb-test.ts8 getPropertyDataForDeviceAsync,
238 describe(getPropertyDataForDeviceAsync, () => {
250 await expect(getPropertyDataForDeviceAsync(asDevice({ pid: '123' }))).resolves.toStrictEqual({