Home | History | Annotate | Download | only in cts

Lines Matching defs:contentDescription

172         CharSequence contentDescription = mContext.getString(R.string.remote_content_description);
173 mRemoteViews.setContentDescription(R.id.remoteView_frame, contentDescription);
175 assertTrue(TextUtils.equals(contentDescription, view.getContentDescription()));