Searched defs:RESULT_PROVISIONING_ERROR (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasOperation.java132 public static final int RESULT_PROVISIONING_ERROR = -6; field in class:EasOperation
338 responseResult = RESULT_PROVISIONING_ERROR;
363 if (result == RESULT_PROVISIONING_ERROR || response.isProvisionError()) {
371 return RESULT_PROVISIONING_ERROR;
731 case RESULT_PROVISIONING_ERROR:

Completed in 12 milliseconds