Home
last modified time | relevance | path

Searched defs:isPackageInstalled (Results 1 – 4 of 4) 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
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/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.java3877 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in NativeDevice
3883 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in NativeDevice