Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:hasFixedLine

384     private boolean hasFixedLine;
386 public boolean hasFixedLine() { return hasFixedLine; }
392 hasFixedLine = true;
838 objectOutput.writeBoolean(hasFixedLine);
839 if (hasFixedLine) {