Home
last modified time | relevance | path

Searched refs:phoneType (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java65 private int phoneType = TelephonyManager.PHONE_TYPE_GSM; field in ShadowTelephonyManager
309 return phoneType; in getPhoneType()
312 public void setPhoneType(int phoneType) { in setPhoneType() argument
313 this.phoneType = phoneType; in setPhoneType()
614 public void setCurrentPhoneType(int subId, int phoneType) {
615 currentPhoneTypes.put(subId, phoneType);