Searched refs:mAppNameView (Results 1 – 2 of 2) sorted by relevance
35 private TextView mAppNameView; field in AppItemViewHolder42 mAppNameView = mAppItem.findViewById(R.id.app_name); in AppItemViewHolder()53 mAppNameView.setText(null); in bind()59 mAppNameView.setText(app.getDisplayName()); in bind()
106 private final TextView mAppNameView; field in CredentialManagementAppAdapter.AppAuthenticationViewHolder115 mAppNameView = view.findViewById(R.id.app_name); in AppAuthenticationViewHolder()150 mAppNameView.setText(String.valueOf(applicationInfo.loadLabel(mPackageManager))); in bindView()153 mAppNameView.setText(appName); in bindView()