CdmaDataProfileTracker(CDMAPhone phone) {
    mPhone = phone;
    mCdmaSsm =
        CdmaSubscriptionSourceManager.getInstance(
            phone.getContext(), phone.mCM, this, EVENT_LOAD_PROFILES, null);

    mOmhServicePriorityMap = new HashMap<String, Integer>();

    sendMessage(obtainMessage(EVENT_LOAD_PROFILES));

    log("SUPPORT_OMH: " + mIsOmhEnabled);
  }