Home
last modified time | relevance | path

Searched refs:SKIP_FIRST_USE_HINTS (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java31 import static android.provider.Settings.Secure.SKIP_FIRST_USE_HINTS;
97 Settings.Secure.getInt(contentResolver, SKIP_FIRST_USE_HINTS, 0); in testSetSecureSettingLogged()
99 SKIP_FIRST_USE_HINTS, "1"); in testSetSecureSettingLogged()
101 SKIP_FIRST_USE_HINTS, "0"); in testSetSecureSettingLogged()
103 SKIP_FIRST_USE_HINTS, String.valueOf(skipFirstUseHintsInitial)); in testSetSecureSettingLogged()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DSettingsTest.java27 import static android.provider.Settings.Secure.SKIP_FIRST_USE_HINTS;
70 private static final String SECURE_SETTING = SKIP_FIRST_USE_HINTS;
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java153 private static final String SKIP_FIRST_USE_HINTS = "skip_first_use_hints"; field in DeviceAndProfileOwnerTest
957 .setStrings(SKIP_FIRST_USE_HINTS, "1") in testSetSecureSettingLogged()
961 .setStrings(SKIP_FIRST_USE_HINTS, "0") in testSetSecureSettingLogged()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37529 field public static final String SKIP_FIRST_USE_HINTS = "skip_first_use_hints";