Searched refs:text2 (Results 1 – 3 of 3) sorted by relevance
264 mText2 = (TextView) v.findViewById(android.R.id.text2); in ChildViewCache()285 CharSequence text2 = getStringOrNull(cursor, mText2UrlCol); in bindView() local286 if (text2 != null) { in bindView()287 text2 = formatUrl(text2); in bindView()289 text2 = getStringOrNull(cursor, mText2Col); in bindView()294 if (TextUtils.isEmpty(text2)) { in bindView()305 setViewText(views.mText2, text2); in bindView()
57 final String text2 = mResources.getString(R.string.sample_text2); in testAllCaps() local69 assertEquals("Button starts in all caps off", text2, in testAllCaps()80 assertEquals("Button is now in all caps on", text2.toUpperCase(), in testAllCaps()
143 final String text2 = mResources.getString(R.string.sample_text2); in testAllCaps() local154 text2, textView2.getLayout().getText().toString()); in testAllCaps()165 text2.toUpperCase(), textView2.getLayout().getText().toString()); in testAllCaps()