HomeSort by relevance Sort by last modified time
    Searched refs:possibleLengthLocalOnly_ (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonemetadata.java 266 private java.util.List<Integer> possibleLengthLocalOnly_ = new java.util.ArrayList<Integer>();
268 return possibleLengthLocalOnly_;
270 public int getPossibleLengthLocalOnlyCount() { return possibleLengthLocalOnly_.size(); }
272 return possibleLengthLocalOnly_.get(index);
275 possibleLengthLocalOnly_.add(value);
279 possibleLengthLocalOnly_.clear();
302 possibleLengthLocalOnly_.equals(other.possibleLengthLocalOnly_) &&
321 objectOutput.writeInt(possibleLengthLocalOnly_.get(i));
342 possibleLengthLocalOnly_.add(objectInput.readInt())
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 868 milliseconds