Home | History | Annotate | Download | only in pbap

Lines Matching defs:currentValue

597         String compareValue = "", currentValue;
610 currentValue = nameList.get(pos);
611 if (D) Log.d(TAG, "currentValue=" + currentValue);
612 if (currentValue.startsWith(compareValue)) {
615 + currentValue + "\"" + "/>");
628 currentValue = nameList.get(pos);
629 if (D) Log.d(TAG, "currentValue=" + currentValue);
630 if (searchValue == null || currentValue.startsWith(compareValue)) {
633 + currentValue + "\"" + "/>");