Home
last modified time | relevance | path

Searched refs:ARG_PID_BEFORE_STOP (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserControlDisabledPackagesTest.java43 private static final String ARG_PID_BEFORE_STOP = "pidOfSimpleapp"; field in UserControlDisabledPackagesTest
94 InstrumentationRegistry.getArguments().getString(ARG_PID_BEFORE_STOP, "-1")); in testFgsStopWithUserControlDisabled()
99 InstrumentationRegistry.getArguments().getString(ARG_PID_BEFORE_STOP, "-1")); in testFgsStopWithUserControlEnabled()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java70 private static final String ARG_PID_BEFORE_STOP = "pidOfSimpleapp"; field in DeviceOwnerTest
993 Collections.singletonMap(ARG_PID_BEFORE_STOP, pid)); in tryFgsStoppingProtectedPackage()
997 Collections.singletonMap(ARG_PID_BEFORE_STOP, pid)); in tryFgsStoppingProtectedPackage()