Searched refs:getTrimmedLength (Results 1 – 12 of 12) sorted by relevance
152 if (TextUtils.getTrimmedLength(cs) == 0) return ""; in fixText()
735 if (query == null || TextUtils.getTrimmedLength(query) == 0) { in triggerSearch()
638 return TextUtils.getTrimmedLength(actv.getText()) == 0; in isEmpty()
241 assertEquals(s.trim().length(), TextUtils.getTrimmedLength(s)); in testTrim()
1187 if (query != null && TextUtils.getTrimmedLength(query) > 0) { in onSubmitQuery()1870 return TextUtils.getTrimmedLength(getText()) == 0; in isEmpty()
1257 if (query != null && TextUtils.getTrimmedLength(query) > 0) { in onSubmitQuery()1933 return TextUtils.getTrimmedLength(getText()) == 0; in isEmpty()
489 public static int getTrimmedLength(CharSequence s) { in getTrimmedLength() method in TextUtils
587 if (!TextUtils.isEmpty(text) && TextUtils.getTrimmedLength(text) > 0) { in append()597 && TextUtils.getTrimmedLength(displayString) > 0) { in append()
1795 if (TextUtils.getTrimmedLength(description) == 0) { in toString()
29961 method public static int getTrimmedLength(java.lang.CharSequence);
41441 method public static int getTrimmedLength(java.lang.CharSequence);
44978 method public static int getTrimmedLength(java.lang.CharSequence);