Home
last modified time | relevance | path

Searched defs:isPackageInstalled (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java759 public final boolean isPackageInstalled(String pkg) throws DeviceNotAvailableException { in isPackageInstalled() method in BaseHostJUnit4Test
770 public final boolean isPackageInstalled(ITestDevice device, String pkg) in isPackageInstalled() method in BaseHostJUnit4Test
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java569 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled() method
581 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method
DTestDevice.java919 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in TestDevice
925 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in TestDevice
DNativeDevice.java3613 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in NativeDevice
3619 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in NativeDevice