Searched refs:previewTitle (Results 1 – 2 of 2) sorted by relevance
222 String previewTitle = "My Content Preview Title"; in visiblePreviewTitleWithoutThumbnail() local223 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, null); in visiblePreviewTitleWithoutThumbnail()232 onView(withId(R.id.content_preview_title)).check(matches(withText(previewTitle))); in visiblePreviewTitleWithoutThumbnail()238 String previewTitle = "My Content Preview Title"; in visiblePreviewTitleWithInvalidThumbnail() local239 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleWithInvalidThumbnail()254 String previewTitle = "My Content Preview Title"; in visiblePreviewTitleAndThumbnail() local255 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleAndThumbnail()
1284 String previewTitle = targetIntent.getStringExtra(Intent.EXTRA_TITLE);1285 if (TextUtils.isEmpty(previewTitle)) {1291 previewTitleView.setText(previewTitle);