Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTestUtils.java328 public boolean doesAppExistOnDevice(String packageName) throws IOException, TimeoutException, in doesAppExistOnDevice() method in PackageManagerHostTestUtils
698 assertFalse(doesAppExistOnDevice(pkgName)); in installAppAndVerifyExistsOnSDCard()
735 assertTrue(doesAppExistOnDevice(pkgName)); in installAppAndVerifyExistsOnDevice()