Searched refs:getUninstallablePackageNames (Results 1 – 6 of 6) sorted by relevance
316 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(res); in testSetup_uninstallAll_noPackage()334 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(res).times(2); in testSetup_uninstallAll()336 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(new HashSet<>()); in testSetup_uninstallAll()353 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(res).times(4); in testSetup_uninstallAll_fails()
70 assertTrue(getDevice().getUninstallablePackageNames().contains( in testSetupTeardown()73 assertFalse(getDevice().getUninstallablePackageNames().contains( in testSetupTeardown()
254 Set<String> pkgs = device.getUninstallablePackageNames(); in getAllAppsToUninstall()
621 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException; in getUninstallablePackageNames() method
1075 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in TestDevice
3908 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in NativeDevice