Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java848 public final boolean isPackageInstalled(String pkg) throws DeviceNotAvailableException { in isPackageInstalled() method in BaseHostJUnit4Test
849 return isPackageInstalled(getDevice(), pkg); in isPackageInstalled()
859 public final boolean isPackageInstalled(ITestDevice device, String pkg) in isPackageInstalled() method in BaseHostJUnit4Test
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java590 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled() method
602 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2213 assertTrue(mTestDevice.isPackageInstalled("com.android.wallpaper", null)); in testIsPackageInstalled()
2226 assertTrue(mTestDevice.isPackageInstalled("com.android.wallpaper", "1")); in testIsPackageInstalled_withUser()
4779 public boolean isPackageInstalled(String packageName, String userId) in testPushFile_contentProvider()
4837 public boolean isPackageInstalled(String packageName, String userId) in testPushFile_contentProvider_notFound()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java998 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in TestDevice
1004 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in TestDevice
DNativeDevice.java3881 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in NativeDevice
3887 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in NativeDevice
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java102 if (mDevice.isPackageInstalled(PACKAGE_NAME, Integer.toString(mDevice.getCurrentUser()))) { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java89 .isPackageInstalled(ContentProviderHandler.PACKAGE_NAME, "0"); in testSetUp_alreadyInstalled()