Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java77 private int phoneCount = 1; field in ShadowTelephonyManager
488 return phoneCount;
492 public void setPhoneCount(int phoneCount) {
493 this.phoneCount = phoneCount;