Home
last modified time | relevance | path

Searched refs:getUninstallablePackageNames (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DAppSetupFuncTest.java70 assertTrue(getDevice().getUninstallablePackageNames().contains( in testSetupTeardown()
73 assertFalse(getDevice().getUninstallablePackageNames().contains( in testSetupTeardown()
DAppSetupTest.java342 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()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DAppSetup.java264 Set<String> pkgs = device.getUninstallablePackageNames(); in getAllAppsToUninstall()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java679 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException; in getUninstallablePackageNames() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1464 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in TestDevice
DNativeDevice.java4756 public Set<String> getUninstallablePackageNames() throws DeviceNotAvailableException { in getUninstallablePackageNames() method in NativeDevice