Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTelephonyManager.java18 private int phoneType = TelephonyManager.PHONE_TYPE_GSM; field in ShadowTelephonyManager
104 return phoneType; in getPhoneType()
107 public void setPhoneType(int phoneType) { in setPhoneType() argument
108 this.phoneType = phoneType; in setPhoneType()