Searched defs:text1 (Results 1 – 4 of 4) sorted by relevance
37 final TextView text1 = new TextView(this); in onCreate() local
316 String text1 = getStringOrNull(cursor, mText1Col); in bindView() local465 String text1 = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_TEXT_1); in convertToString() local
867 String text1 = "123456789012345678901234567890123456789012345678901234567890" + in testFragmentText() local
216 public TextView text1; field in MediaRouteChooserDialogFragment.ViewHolder