Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java102 final TextView authTokenTypeView = findViewById(R.id.authtoken_type); in onCreate() local
103 authTokenTypeView.setVisibility(View.GONE); in onCreate()
113 authTokenTypeView.setText(authTokenLabel); in onCreate()
114 authTokenTypeView.setVisibility(View.VISIBLE); in onCreate()