Home
last modified time | relevance | path

Searched refs:pushFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTestUtils.java206 public void pushFile(final String localFilePath, final String destFilePath) in pushFile() method in PackageManagerHostTestUtils
208 mDevice.getSyncService().pushFile(localFilePath, in pushFile()
DPackageManagerHostTests.java176 mPMHostUtils.pushFile(getTestAppFilePath(SIMPLE_APK), apkAppPrivatePath); in testPushAppPrivate()