Home | History | Annotate | Download | only in widget

Lines Matching defs:contentDesc

2658                     CharSequence contentDesc = mInputText.getText();
2659 if (!TextUtils.isEmpty(contentDesc) &&
2660 contentDesc.toString().toLowerCase().contains(searchedLowerCase)) {