Searched refs:authTokenTypeView (Results 1 – 1 of 1) sorted by relevance
102 final TextView authTokenTypeView = findViewById(R.id.authtoken_type); in onCreate() local103 authTokenTypeView.setVisibility(View.GONE); in onCreate()113 authTokenTypeView.setText(authTokenLabel); in onCreate()114 authTokenTypeView.setVisibility(View.VISIBLE); in onCreate()