HomeSort by relevance Sort by last modified time
    Searched refs:appFile (Results 1 - 5 of 5) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
InstallAllTestZipAppsSetup.java 176 * @param appFile {@link File} of the apk to install.
181 void installApk(File appFile, ITestDevice device)
183 CLog.d("Installing apk from %s ...", appFile.getAbsolutePath());
184 String result = device.installPackage(appFile, true, mInstallArgs.toArray(new String[] {}));
188 addApkToInstalledList(appFile, device);
195 appFile, device.getSerialNumber(), result),
200 appFile, device.getSerialNumber(), result);
207 * @param appFile {@link File} of apk.
211 void addApkToInstalledList(File appFile, ITestDevice device) throws TargetSetupError {
212 String packageName = getAppPackageName(appFile);
    [all...]
AllTestAppsInstallSetup.java 119 * @param appFile {@link File} of the apk to install.
124 void installApk(File appFile, ITestDevice device) throws TargetSetupError,
126 CLog.d("Installing apk from %s ...", appFile.getAbsolutePath());
127 String result = device.installPackage(appFile, true,
132 AaptParser parser = AaptParser.parse(appFile);
142 appFile, device.getSerialNumber(), result), device.getDeviceDescriptor());
144 CLog.e("Failed to install %s on %s. Reason: '%s'", appFile,
  /packages/apps/TimeZoneData/testing/xts/src/com/android/timezone/xts/
TimeZoneUpdateHostTest.java 196 File appFile = getTimeZoneDataApkFile("test1");
197 getDevice().installPackage(appFile, true /* reinstall */);
231 File appFile = getTimeZoneDataApkFile("test1");
234 device.installPackageForUser(appFile, true /* reinstall */, userId);
257 File appFile = getTimeZoneDataApkFile("test2");
258 getDevice().installPackage(appFile, true /* reinstall */);
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
InstallAllTestZipAppsSetupTest.java 65 String getAppPackageName(File appFile) {
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]

Completed in 157 milliseconds