Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/eas/
DEasProvision.java79 private static final int RESULT_POLICY_SUPPORTED = 1; field in EasProvision
139 if (result == RESULT_POLICY_SUPPORTED) { in test()
143 return (result == RESULT_POLICY_SUPPORTED || result == RESULT_POLICY_UNSUPPORTED) in test()
302 ? RESULT_POLICY_SUPPORTED : RESULT_POLICY_UNSUPPORTED); in handleResponse()
307 return (mPolicyKey != null ? RESULT_POLICY_SUPPORTED : RESULT_POLICY_UNSUPPORTED); in handleResponse()