Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/adapter/
DProvisionParser.java119 ArrayList<Integer> unsupportedList = new ArrayList<Integer>(); in parseProvisionDocWbxml() local
223 unsupportedList.add(res); in parseProvisionDocWbxml()
234 unsupportedList.add(R.string.policy_bluetooth_restricted); in parseProvisionDocWbxml()
243 unsupportedList.add(R.string.policy_require_encryption); in parseProvisionDocWbxml()
271 unsupportedList.add(R.string.policy_require_sd_encryption); in parseProvisionDocWbxml()
293 unsupportedList.add(R.string.policy_require_smime); in parseProvisionDocWbxml()
322 unsupportedList.add(R.string.policy_app_blacklist); in parseProvisionDocWbxml()
324 unsupportedList.add(R.string.policy_app_whitelist); in parseProvisionDocWbxml()
346 unsupportedList.add(R.string.policy_text_truncation); in parseProvisionDocWbxml()
349 unsupportedList.add(R.string.policy_html_truncation); in parseProvisionDocWbxml()
[all …]