Searched refs:testApkDir (Results 1 – 1 of 1) sorted by relevance
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/ |
D | DeviceInfoCollector.java | 72 public static void collectDeviceInfo(ITestDevice device, String abi, File testApkDir, in collectDeviceInfo() argument 74 runInstrumentation(device, abi, testApkDir, listener, APK_NAME, APP_PACKAGE_NAME, in collectDeviceInfo() 86 public static void collectExtendedDeviceInfo(ITestDevice device, String abi, File testApkDir, in collectExtendedDeviceInfo() argument 92 runInstrumentation(device, abi, testApkDir, listener, EXTENDED_APK_NAME, in collectExtendedDeviceInfo() 98 private static void runInstrumentation(ITestDevice device, String abi, File testApkDir, in runInstrumentation() argument 101 File apkFile = new File(testApkDir, String.format("%s.apk", apkName)); in runInstrumentation()
|