Searched refs:shortInfoText (Results 1 – 1 of 1) sorted by relevance
266 TextView shortInfoText = mActivity.findViewById(R.id.device_owner_terms_info); in initiateUIDeviceOwner() local267 shortInfoText.setText(assembleDOTermsMessage( in initiateUIDeviceOwner()269 shortInfoText.setMovementMethod(LinkMovementMethod.getInstance()); // make clicks work in initiateUIDeviceOwner()270 mContextMenuMaker.registerWithActivity(shortInfoText); in initiateUIDeviceOwner()