Searched refs:getUninstallablePackageNames (Results 1 – 6 of 6) sorted by relevance
299 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(res); in testSetup_uninstallAll_noPackage()316 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(res).times(2); in testSetup_uninstallAll()318 EasyMock.expect(mMockDevice.getUninstallablePackageNames()).andReturn(new HashSet<>()); in testSetup_uninstallAll()334 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()
234 Set<String> pkgs = device.getUninstallablePackageNames(); in getAllAppsToUninstall()
600 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException; in getUninstallablePackageNames() method
978 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in TestDevice
3634 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in NativeDevice