Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DProvisionParser.java113 ArrayList<Integer> unsupportedList = new ArrayList<Integer>(); in parseProvisionDocWbxml() local
208 unsupportedList.add(res); in parseProvisionDocWbxml()
219 unsupportedList.add(R.string.policy_bluetooth_restricted); in parseProvisionDocWbxml()
228 unsupportedList.add(R.string.policy_require_encryption); in parseProvisionDocWbxml()
267 unsupportedList.add(R.string.policy_require_sd_encryption); in parseProvisionDocWbxml()
289 unsupportedList.add(R.string.policy_require_smime); in parseProvisionDocWbxml()
318 unsupportedList.add(R.string.policy_app_blacklist); in parseProvisionDocWbxml()
320 unsupportedList.add(R.string.policy_app_whitelist); in parseProvisionDocWbxml()
342 unsupportedList.add(R.string.policy_text_truncation); in parseProvisionDocWbxml()
345 unsupportedList.add(R.string.policy_html_truncation); in parseProvisionDocWbxml()
[all …]