Searched refs:SECURE_SETTING_CATEGORY (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 224 final String SECURE_SETTING_CATEGORY = "secure"; in testPackageInstallUserRestrictions() local 245 getSettings(SECURE_SETTING_CATEGORY, UNKNOWN_SOURCES_SETTING, mUserId); in testPackageInstallUserRestrictions() 246 putSettings(SECURE_SETTING_CATEGORY, UNKNOWN_SOURCES_SETTING, "1", mUserId); in testPackageInstallUserRestrictions() 248 getSettings(SECURE_SETTING_CATEGORY, UNKNOWN_SOURCES_SETTING, mUserId)); in testPackageInstallUserRestrictions() 257 putSettings(SECURE_SETTING_CATEGORY, UNKNOWN_SOURCES_SETTING, unknownSourceSetting, in testPackageInstallUserRestrictions()
|