Home | History | Annotate | Download | only in pbap

Lines Matching defs:strIndex

899         String strIndex = name.substring(0, name.length() - VCARD_NAME_SUFFIX_LENGTH + 1);
901 if (strIndex.trim().length() != 0) {
903 intIndex = Integer.parseInt(strIndex);