Searched refs:shortInfoText (Results 1 – 1 of 1) sorted by relevance
346 TextView shortInfoText = (TextView) findViewById(R.id.device_owner_terms_info); in initiateUIDeviceOwner() local347 shortInfoText.setText(assembleDOTermsMessage(termsHeaders, customization.orgName)); in initiateUIDeviceOwner()348 shortInfoText.setMovementMethod(LinkMovementMethod.getInstance()); // make clicks work in initiateUIDeviceOwner()349 mContextMenuMaker.registerWithActivity(shortInfoText); in initiateUIDeviceOwner()