Home | History | Annotate | Download | only in phone

Lines Matching defs:roaming

185             String description, boolean isWide, int subId, boolean roaming) {
199 state.roaming = roaming;
392 public boolean roaming;
413 roaming == that.roaming &&
422 .hash(super.hashCode(), subId, strengthId, typeId, roaming, needsLeadingPadding,
437 other.roaming = roaming;
454 return "MobileIconState(subId=" + subId + ", strengthId=" + strengthId + ", roaming="
455 + roaming + ", typeId=" + typeId + ", visible=" + visible + ")";