Searched refs:getDeviceABIsAsync (Results 1 – 4 of 4) sorted by relevance
4 import { DeviceABI, getDeviceABIsAsync } from '../../../start/platforms/android/adb';9 getDeviceABIsAsync: jest.fn(),34 asMock(getDeviceABIsAsync).mockResolvedValueOnce([DeviceABI.arm64, DeviceABI.x86]);45 asMock(getDeviceABIsAsync).mockResolvedValueOnce([]);57 asMock(getDeviceABIsAsync).mockResolvedValueOnce([DeviceABI.arm64]);
5 import { Device, DeviceABI, getDeviceABIsAsync } from '../../start/platforms/android/adb';13 const availableCPUs = await getDeviceABIsAsync(device);
7 getDeviceABIsAsync,258 describe(getDeviceABIsAsync, () => {
322 export async function getDeviceABIsAsync( function