Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTests.java179 assertTrue(mPMHostUtils.doesRemoteFileExist(apkAppPrivatePath)); in testPushAppPrivate()
187 assertFalse(mPMHostUtils.doesRemoteFileExist(apkAppPrivatePath)); in testPushAppPrivate()
DPackageManagerHostTestUtils.java275 public boolean doesRemoteFileExist(String destPath) throws IOException, TimeoutException, in doesRemoteFileExist() method in PackageManagerHostTestUtils