Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java314 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() method in StubDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java1344 when(mMockIDevice.syncPackageToDevice(Mockito.contains(certFile))).thenReturn(certFile); in testInstallPackages()
1345 when(mMockIDevice.syncPackageToDevice(Mockito.contains(apkFile))).thenReturn(apkFile); in testInstallPackages()
1397 when(mMockIDevice.syncPackageToDevice(Mockito.contains(certFile))).thenReturn(certFile); in testInstallPackages_timeout()
1398 when(mMockIDevice.syncPackageToDevice(Mockito.contains(apkFile))).thenReturn(apkFile); in testInstallPackages_timeout()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java549 getIDevice().syncPackageToDevice(packageFile.getAbsolutePath()); in installPackage()
551 getIDevice().syncPackageToDevice(certFile.getAbsolutePath()); in installPackage()