Searched refs:getPropertyDataForDeviceAsync (Results 1 – 2 of 2) sorted by relevance
314 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
8 getPropertyDataForDeviceAsync,238 describe(getPropertyDataForDeviceAsync, () => {250 await expect(getPropertyDataForDeviceAsync(asDevice({ pid: '123' }))).resolves.toStrictEqual({