Home
last modified time | relevance | path

Searched refs:resolveInstallApkNameAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/run/android/__tests__/
H A DresolveInstallApkName-test.ts5 import { resolveInstallApkNameAsync } from '../resolveInstallApkName';
12 describe(resolveInstallApkNameAsync, () => {
16 resolveInstallApkNameAsync(
/expo/packages/@expo/cli/src/run/android/
H A DrunAndroidAsync.ts3 import { resolveInstallApkNameAsync } from './resolveInstallApkName';
66 const apkFile = await resolveInstallApkNameAsync(props.device.device, props);
H A DresolveInstallApkName.ts9 export async function resolveInstallApkNameAsync( function