Searched refs:isPackageInstalled (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 848 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/ |
D | ITestDevice.java | 590 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/ |
D | TestDeviceTest.java | 2213 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/ |
D | TestDevice.java | 998 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
|
D | NativeDevice.java | 3881 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/ |
D | ContentProviderHandler.java | 102 if (mDevice.isPackageInstalled(PACKAGE_NAME, Integer.toString(mDevice.getCurrentUser()))) { in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/contentprovider/ |
D | ContentProviderHandlerTest.java | 89 .isPackageInstalled(ContentProviderHandler.PACKAGE_NAME, "0"); in testSetUp_alreadyInstalled()
|