Searched refs:setSecureSetting (Results 1 – 10 of 10) sorted by relevance
98 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()
136 .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()
55 sDeviceState.dpc().devicePolicyManager().setSecureSetting( in isCurrentInputMethodSetByOwner_isSetByOwner_returnsTrue()73 sDeviceState.dpc().devicePolicyManager().setSecureSetting( in isCurrentInputMethodSetByOwner_isNotSetByOwner_returnsFalse()
199 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method in android.packageinstaller.install_appop_denied.cts.PackageInstallerTestBase
199 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method
526 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()
161 mDevicePolicyManager.setSecureSetting(profileOwner, in testSetSecureSetting_failForInstallNonMarketApps()
475 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method in android.packageinstaller.install.cts.PackageInstallerTestBase
110 doAnswer(answer).when(spy).setSecureSetting(any(), any(), any()); in getWrapper()
8240 method public void setSecureSetting(@NonNull android.content.ComponentName, String, String);