Searched refs:mDeviceConfigUtils (Results 1 – 3 of 3) sorted by relevance
103 private DeviceConfigUtils mDeviceConfigUtils; field in ContentProviderRestrictionsTest120 mDeviceConfigUtils = new DeviceConfigUtils(mConfigListener, NAMESPACE); in setup()135 mDeviceConfigUtils.deleteProperty(ENFORCE_RESTRICTIONS); in setup()136 mDeviceConfigUtils.deleteProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST); in setup()137 mDeviceConfigUtils.deleteProperty(PROPERTY_APPLY_SDK_SANDBOX_NEXT_RESTRICTIONS); in setup()138 mDeviceConfigUtils.deleteProperty(PROPERTY_NEXT_CONTENTPROVIDER_ALLOWLIST); in setup()146 mDeviceConfigUtils.resetToInitialValue(ENFORCE_RESTRICTIONS, mEnforceRestrictions); in teardown()147 mDeviceConfigUtils.resetToInitialValue( in teardown()149 mDeviceConfigUtils.resetToInitialValue( in teardown()152 mDeviceConfigUtils.resetToInitialValue( in teardown()[all …]
98 private DeviceConfigUtils mDeviceConfigUtils; field in BroadcastRestrictionsTest121 mDeviceConfigUtils = new DeviceConfigUtils(mConfigListener, NAMESPACE); in setup()138 mDeviceConfigUtils.deleteProperty(PROPERTY_ENFORCE_RESTRICTIONS); in setup()139 mDeviceConfigUtils.deleteProperty(PROPERTY_BROADCASTRECEIVER_ALLOWLIST); in setup()140 mDeviceConfigUtils.deleteProperty(PROPERTY_APPLY_SDK_SANDBOX_NEXT_RESTRICTIONS); in setup()141 mDeviceConfigUtils.deleteProperty(PROPERTY_NEXT_BROADCASTRECEIVER_ALLOWLIST); in setup()149 mDeviceConfigUtils.resetToInitialValue( in tearDown()151 mDeviceConfigUtils.resetToInitialValue( in tearDown()153 mDeviceConfigUtils.resetToInitialValue( in tearDown()156 mDeviceConfigUtils.resetToInitialValue( in tearDown()[all …]
146 private DeviceConfigUtils mDeviceConfigUtils; field in SdkSandboxManagerTest164 mDeviceConfigUtils = new DeviceConfigUtils(mConfigListener, NAMESPACE_WINDOW_MANAGER); in setup()168 mDeviceConfigUtils.deleteProperty(ASM_RESTRICTIONS_ENABLED); in setup()174 if (mDeviceConfigUtils != null) { in tearDown()175 mDeviceConfigUtils.resetToInitialValue( in tearDown()