Lines Matching refs:setText
203 status.setText(R.string.starting_android); in onPostExecute()
228 status.setText(R.string.checking_decryption); in beginAttempt()
251 status.setText(warning); in handleBadAttempt()
262 status.setText(R.string.cryptkeeper_wrong_pin); in handleBadAttempt()
264 status.setText(R.string.cryptkeeper_wrong_pattern); in handleBadAttempt()
266 status.setText(R.string.cryptkeeper_wrong_password); in handleBadAttempt()
506 status.setText(mStatusString); in setupUi()
509 ownerInfo.setText(owner_info); in setupUi()
615 ((TextView) findViewById(R.id.title)).setText(R.string.crypt_keeper_data_corrupt_title); in showFactoryReset()
616 … ((TextView) findViewById(R.id.status)).setText(R.string.crypt_keeper_data_corrupt_summary); in showFactoryReset()
618 ((TextView) findViewById(R.id.title)).setText(R.string.crypt_keeper_failed_title); in showFactoryReset()
619 ((TextView) findViewById(R.id.status)).setText(R.string.crypt_keeper_failed_summary); in showFactoryReset()
665 tv.setText(TextUtils.expandTemplate(status, progress)); in updateProgress()
686 status.setText(R.string.crypt_keeper_force_power_cycle); in cooldown()
876 v.setText(null); in onEditorAction()
955 emergencyCall.setText(textId); in updateEmergencyCallButtonState()