Home
last modified time | relevance | path

Searched defs:isAppInstalled (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandTest.java627 private boolean isAppInstalled(String packageName) throws IOException { in isAppInstalled() method in PackageManagerShellCommandTest
DPackageManagerShellCommandIncrementalTest.java936 static boolean isAppInstalled(String packageName) throws IOException { in isAppInstalled() method in PackageManagerShellCommandIncrementalTest
DChecksumsTest.java1290 private boolean isAppInstalled(String packageName) throws IOException { in isAppInstalled() method in ChecksumsTest
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java593 public static boolean isAppInstalled(TestApp testApp) { in isAppInstalled() method in TestUtils