Searched refs:authTokenTypeView (Results 1 – 1 of 1) sorted by relevance
87 final TextView authTokenTypeView = findViewById(R.id.authtoken_type); in onCreate() local88 authTokenTypeView.setVisibility(View.GONE); in onCreate()98 authTokenTypeView.setText(authTokenLabel); in onCreate()99 authTokenTypeView.setVisibility(View.VISIBLE); in onCreate()