Home
last modified time | relevance | path

Searched refs:setSecureSetting (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java98 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
100 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
102 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
107 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
109 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
111 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DSettingsTest.java136 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_sets()
143 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_sets()
163 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_deviceOwnerOnly_sets()
170 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_deviceOwnerOnly_sets()
186 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_deviceOwnerOnly_isNotDeviceOwner_throwsSecurityException()
202 .devicePolicyManager().setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_deviceOwnerOnly_settingIsDeprecated_throwsException()
217 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_doesNotApplyToUser_isNotSet()
224 .setSecureSetting(sDeviceState.dpc().componentName(), in setSecureSetting_doesNotApplyToUser_isNotSet()
DInputMethodsTest.java55 sDeviceState.dpc().devicePolicyManager().setSecureSetting( in isCurrentInputMethodSetByOwner_isSetByOwner_returnsTrue()
73 sDeviceState.dpc().devicePolicyManager().setSecureSetting( in isCurrentInputMethodSetByOwner_isNotSetByOwner_returnsFalse()
/cts/tests/tests/packageinstaller/install_appop_denied/src/android/packageinstaller/install_appop_denied/cts/
DPackageInstallerTestBase.kt199 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method in android.packageinstaller.install_appop_denied.cts.PackageInstallerTestBase
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/
DPackageInstallerTestBase.kt199 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCommandReceiverActivity.java526 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, in onCreate()
533 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); in onCreate()
742 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); in clearAllPoliciesAndRestrictions()
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java161 mDevicePolicyManager.setSecureSetting(profileOwner, in testSetSecureSetting_failForInstallNonMarketApps()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt475 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method in android.packageinstaller.install.cts.PackageInstallerTestBase
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java110 doAnswer(answer).when(spy).setSecureSetting(any(), any(), any()); in getWrapper()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt8240 method public void setSecureSetting(@NonNull android.content.ComponentName, String, String);