PhoneFactory: fix creating a cdma phone type

* TelephonyComponentFactory.makePhone expects a type of
  PhoneConstants.PHONE_TYPE_GSM or PhoneConstants.PHONE_TYPE_CDMA
  but we're sending in PhoneConstants.PHONE_TYPE_CDMA_LTE which
  is going to end up leaving us with a null Phone object

Change-Id: I76ae6149199e7fa625eb9b85b39d3985e04aecf4
1 file changed