Home
last modified time | relevance | path

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

/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
956 public final boolean isPackageInstalled(ITestDevice device, String pkg) in isPackageInstalled() method in BaseHostJUnit4Test
/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/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
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java6770 public boolean isPackageInstalled(String packageName, String userId) in createTestDevice() method in TestDeviceTest