Home
last modified time | relevance | path

Searched refs:authTokenTypeView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java87 final TextView authTokenTypeView = findViewById(R.id.authtoken_type); in onCreate() local
88 authTokenTypeView.setVisibility(View.GONE); in onCreate()
98 authTokenTypeView.setText(authTokenLabel); in onCreate()
99 authTokenTypeView.setVisibility(View.VISIBLE); in onCreate()