Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDevicePackageFuncTest.java113 assertTrue(mTestDevice.isPackageInstalled(WifiHelper.INSTRUMENTATION_PKG)); in testIsPackageInstalled_basic()
140 mTestDevice.isPackageInstalled( in testInstallListUninstall_forUser()
DTestDeviceTest.java2517 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
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java640 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled() method
652 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java945 public final boolean isPackageInstalled(String pkg) throws DeviceNotAvailableException { in isPackageInstalled() method in BaseHostJUnit4Test
946 return isPackageInstalled(getDevice(), pkg); in isPackageInstalled()
956 public final boolean isPackageInstalled(ITestDevice device, String pkg) in isPackageInstalled() method in BaseHostJUnit4Test
/tools/tradefederation/core/javatests/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java112 .isPackageInstalled( in testSetUp_alreadyInstalled()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java120 if (mDevice.isPackageInstalled(PACKAGE_NAME, Integer.toString(getEffectiveUserId()))) { in setUp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1361 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in TestDevice
1367 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in TestDevice
DNativeDevice.java4631 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in NativeDevice
4637 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in NativeDevice