Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java159 protected View mProfileView; field in ResolverActivity
504 mProfileView = findViewById(R.id.profile_button);
505 if (mProfileView != null) {
506 mProfileView.setOnClickListener(this::onProfileClick);
971 if (mProfileView == null) {
978 mProfileView.setVisibility(View.VISIBLE);
979 View text = mProfileView.findViewById(R.id.profile_button);
981 text = mProfileView.findViewById(R.id.text1);
985 mProfileView.setVisibility(View.GONE);
H A DChooserActivity.java3504 mProfileView = profileRow.findViewById(R.id.profile_button);
3505 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);