Searched refs:previewTitle (Results 1 – 2 of 2) sorted by relevance
224 String previewTitle = "My Content Preview Title"; in visiblePreviewTitleWithoutThumbnail() local225 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, null); in visiblePreviewTitleWithoutThumbnail()234 onView(withId(R.id.content_preview_title)).check(matches(withText(previewTitle))); in visiblePreviewTitleWithoutThumbnail()240 String previewTitle = "My Content Preview Title"; in visiblePreviewTitleWithInvalidThumbnail() local241 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleWithInvalidThumbnail()256 String previewTitle = "My Content Preview Title"; in visiblePreviewTitleAndThumbnail() local257 Intent sendIntent = createSendTextIntentWithPreview(previewTitle, in visiblePreviewTitleAndThumbnail()
1358 String previewTitle = targetIntent.getStringExtra(Intent.EXTRA_TITLE);1359 if (TextUtils.isEmpty(previewTitle)) {1365 previewTitleView.setText(previewTitle);