Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java159 protected View mProfileView; field in ResolverActivity
518 mProfileView = findViewById(R.id.profile_button);
519 if (mProfileView != null) {
520 mProfileView.setOnClickListener(this::onProfileClick);
1032 if (mProfileView == null) {
1039 mProfileView.setVisibility(View.VISIBLE);
1040 View text = mProfileView.findViewById(R.id.profile_button);
1042 text = mProfileView.findViewById(R.id.text1);
1046 mProfileView.setVisibility(View.GONE);
DChooserActivity.java3477 mProfileView = profileRow.findViewById(R.id.profile_button);
3478 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);