/** Returns the CDMA ERI icon mode, 0 - ON 1 - FLASHING */
 public int getCdmaEriIconMode() {
   return mPhone.getCdmaEriIconMode();
 }