Searched defs:isPackageInstalled (Results 1 – 5 of 5) sorted by relevance
945 public final boolean isPackageInstalled(String pkg) throws DeviceNotAvailableException { in isPackageInstalled() method in BaseHostJUnit4Test956 public final boolean isPackageInstalled(ITestDevice device, String pkg) in isPackageInstalled() method in BaseHostJUnit4Test
640 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled() method652 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method
1361 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in TestDevice1367 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in TestDevice
4631 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() method in NativeDevice4637 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() method in NativeDevice
6770 public boolean isPackageInstalled(String packageName, String userId) in createTestDevice() method in TestDeviceTest