Searched refs:phoneType (Results 1 – 1 of 1) sorted by relevance
65 private int phoneType = TelephonyManager.PHONE_TYPE_GSM; field in ShadowTelephonyManager309 return phoneType; in getPhoneType()312 public void setPhoneType(int phoneType) { in setPhoneType() argument313 this.phoneType = phoneType; in setPhoneType()614 public void setCurrentPhoneType(int subId, int phoneType) {615 currentPhoneTypes.put(subId, phoneType);