Searched refs:setSecureSetting (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | DevicePolicyLoggingTest.java | 120 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged() 122 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged() 124 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged() 129 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged() 131 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged() 133 mDevicePolicyManager.setSecureSetting(ADMIN_RECEIVER_COMPONENT, in testSetSecureSettingLogged()
|
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/ |
D | AdminActionBookkeepingTest.java | 50 mDevicePolicyManager.setSecureSetting(getWho(), setting, "com.test.2"); in testIsDefaultInputMethodSet()
|
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/ |
D | PackageInstallerTestBase.kt | 197 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
D | PackageInstallerTestBase.kt | 211 fun setSecureSetting(secureSetting: String, value: Int) { in <lambda>() method
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | CommandReceiverActivity.java | 491 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, in onCreate() 498 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); in onCreate() 662 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); in clearAllPoliciesAndRestrictions()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | AdminActionBookkeepingTest.java | 214 mDevicePolicyManager.setSecureSetting(getWho(), setting, "com.test.2"); in testIsDefaultInputMethodSet()
|
/cts/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 340 mDevicePolicyManager.setSecureSetting(mComponent, in testSetSecureSetting_failIfNotDeviceOrProfileOwner() 355 mDevicePolicyManager.setSecureSetting(profileOwner, in testSetSecureSetting_failForInstallNonMarketApps()
|
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
D | DevicePolicyManagerWrapper.java | 110 doAnswer(answer).when(spy).setSecureSetting(any(), any(), any()); in getWrapper()
|