Searched refs:getUninstallablePackageNames (Results 1 – 6 of 6) sorted by relevance
70 assertTrue(getDevice().getUninstallablePackageNames().contains( in testSetupTeardown()73 assertFalse(getDevice().getUninstallablePackageNames().contains( in testSetupTeardown()
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()
374 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException; in getUninstallablePackageNames() method
719 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException {
3369 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in NativeDevice
233 Set<String> pkgs = device.getUninstallablePackageNames(); in getAllAppsToUninstall()