Searched refs:DM_SERVICE_ALERT_RESP_SUCCESS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMAlert.java35 public static final int DM_SERVICE_ALERT_RESP_SUCCESS = 0; field in class:DMAlert
167 return DM_SERVICE_ALERT_RESP_SUCCESS;
407 return DM_SERVICE_ALERT_RESP_SUCCESS;
431 return DM_SERVICE_ALERT_RESP_SUCCESS;
519 mResultCode = intent.getIntExtra("ResultCode", DM_SERVICE_ALERT_RESP_SUCCESS);

Completed in 300 milliseconds