Searched refs:compareValue (Results 1 – 1 of 1) sorted by relevance
596 String compareValue = "", currentValue; in createList() local605 compareValue = names.get(i).trim(); in createList()606 if (D) Log.d(TAG, "compareValue=" + compareValue); in createList()611 if (currentValue.startsWith(compareValue)) { in createList()622 compareValue = searchValue.trim(); in createList()628 if (searchValue == null || currentValue.startsWith(compareValue)) { in createList()