Searched refs:isPackageInstalled (Results 1 – 8 of 8) sorted by relevance
113 assertTrue(mTestDevice.isPackageInstalled(WifiHelper.INSTRUMENTATION_PKG)); in testIsPackageInstalled_basic()140 mTestDevice.isPackageInstalled( in testInstallListUninstall_forUser()
2517 assertTrue(mTestDevice.isPackageInstalled("com.android.wallpaper", null)); in testIsPackageInstalled()2531 assertTrue(mTestDevice.isPackageInstalled("com.android.wallpaper", "1")); in testIsPackageInstalled_withUser()6770 public boolean isPackageInstalled(String packageName, String userId) in createTestDevice() method in TestDeviceTest
640 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled() method652 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method
945 public final boolean isPackageInstalled(String pkg) throws DeviceNotAvailableException { in isPackageInstalled() method in BaseHostJUnit4Test946 return isPackageInstalled(getDevice(), pkg); in isPackageInstalled()956 public final boolean isPackageInstalled(ITestDevice device, String pkg) in isPackageInstalled() method in BaseHostJUnit4Test
112 .isPackageInstalled( in testSetUp_alreadyInstalled()
120 if (mDevice.isPackageInstalled(PACKAGE_NAME, Integer.toString(getEffectiveUserId()))) { in setUp()
1361 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in TestDevice1367 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in TestDevice
4631 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in NativeDevice4637 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in NativeDevice