Home
last modified time | relevance | path

Searched refs:SETTING_TYPE_SECURE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DInstallNonMarketAppsDeprecationTest.java59 String newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in waitTillValueChanges()
67 newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in waitTillValueChanges()
106 String value = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in testValueDefaults()
109 setSettingViaShell(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS, "0", in testValueDefaults()
111 resetSettingsViaShell(SETTING_TYPE_SECURE, Settings.RESET_MODE_TRUSTED_DEFAULTS); in testValueDefaults()
113 value = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in testValueDefaults()
127 String value = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in testValueRespectsUserRestriction()
H A DBaseSettingsProviderTest.java49 protected static final int SETTING_TYPE_SECURE = 2; field in BaseSettingsProviderTest
87 case SETTING_TYPE_SECURE: { in setStringViaFrontEndApiSetting()
109 case SETTING_TYPE_SECURE: { in getStringViaFrontEndApiSetting()
214 case SETTING_TYPE_SECURE: { in resetSettingsViaShell()
236 case SETTING_TYPE_SECURE: { in resetToDefaultsViaShell()
258 case SETTING_TYPE_SECURE: { in getSetting()
278 case SETTING_TYPE_SECURE: { in putSetting()
307 case SETTING_TYPE_SECURE: { in setSettingViaShell()
355 case SETTING_TYPE_SECURE: { in getBaseUriForType()
H A DSettingsProviderTest.java85 performSetAndGetSettingTestViaFrontEndApi(SETTING_TYPE_SECURE, secondaryUserId); in testSetAndGetSecureViaFrontEndApiForNonSystemUser()
111 performSetAndGetSettingTestViaProviderApi(SETTING_TYPE_SECURE); in testSetAndGetSecureViaProviderApi()
163 doTestQueryUpdateDeleteGlobalViaProviderApiForType(SETTING_TYPE_SECURE); in testQueryUpdateDeleteSecureViaProviderApi()
183 toTestBulkInsertViaProviderApiForType(SETTING_TYPE_SECURE); in testBulkInsertSecureViaProviderApi()
212 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_SECURE); in testQueryStringInBracketsSecureViaProviderApiForType()
250 testResetModePackageDefaultsCommon(SETTING_TYPE_SECURE); in testResetModePackageDefaultsSecure()
294 testResetModePackageDefaultsWithTokensCommon(SETTING_TYPE_SECURE); in testResetModePackageDefaultsWithTokensSecure()
349 testResetModeUntrustedDefaultsCommon(SETTING_TYPE_SECURE); in testResetModeUntrustedDefaultsSecure()
391 testResetModeUntrustedClearCommon(SETTING_TYPE_SECURE); in testResetModeUntrustedClearSecure()
433 testResetModeTrustedDefaultsCommon(SETTING_TYPE_SECURE); in testResetModeTrustedDefaultsSecure()
[all …]