Searched refs:actv (Results 1 – 1 of 1) sorted by relevance
637 private boolean isEmpty(AutoCompleteTextView actv) { in isEmpty() argument638 return TextUtils.getTrimmedLength(actv.getText()) == 0; in isEmpty()