Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAutofillRestrictionsTest.java32 private static String USER_SETUP_COMPLETE = "user_setup_complete"; field in AutofillRestrictionsTest
86 runShellCommand("settings put secure --user %d %s %s default", mUserId, USER_SETUP_COMPLETE, in enableService()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java55 private static String USER_SETUP_COMPLETE = "user_setup_complete"; field in Helper
201 USER_SETUP_COMPLETE); in setUserComplete()
203 runShellCommand("settings put secure %s %s default", USER_SETUP_COMPLETE, newValue); in setUserComplete()
213 final String isIt = runShellCommand("settings get secure %s", USER_SETUP_COMPLETE); in isUserComplete()
222 assertWithMessage("Invalid value for secure setting %s", USER_SETUP_COMPLETE) in assertIsUserComplete()