Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DResetPasswordWithTokenTest.java45 private static final String ARG_ALLOW_FAILURE = "allowFailure"; field in ResetPasswordWithTokenTest
54 InstrumentationRegistry.getArguments().getString(ARG_ALLOW_FAILURE)); in setUp()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java160 private static final String ARG_ALLOW_FAILURE = "allowFailure"; field in DeviceAndProfileOwnerTest
1277 Collections.singletonMap(ARG_ALLOW_FAILURE, String.valueOf(allowFailures))); in executeResetPasswordWithTokenTests()