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()
342 when(mMockDevice.getUninstallablePackageNames()).thenReturn(res); in testSetup_uninstallAll_noPackage()360 when(mMockDevice.getUninstallablePackageNames()).thenReturn(res, res, new HashSet<>()); in testSetup_uninstallAll()364 verify(mMockDevice, times(3)).getUninstallablePackageNames(); in testSetup_uninstallAll()377 when(mMockDevice.getUninstallablePackageNames()).thenReturn(res); in testSetup_uninstallAll_fails()386 verify(mMockDevice, times(4)).getUninstallablePackageNames(); in testSetup_uninstallAll_fails()
264 Set<String> pkgs = device.getUninstallablePackageNames(); in getAllAppsToUninstall()
679 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException; in getUninstallablePackageNames() method
1464 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in TestDevice
4756 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in NativeDevice