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.java123 protected View mProfileView; field in ResolverActivity
419 mProfileView = findViewById(R.id.profile_button);
420 if (mProfileView != null) {
421 mProfileView.setOnClickListener(this::onProfileClick);
718 if (mProfileView == null) {
725 mProfileView.setVisibility(View.VISIBLE);
726 View text = mProfileView.findViewById(R.id.profile_button);
728 text = mProfileView.findViewById(R.id.text1);
732 mProfileView.setVisibility(View.GONE);
DChooserActivity.java3457 mProfileView = profileRow.findViewById(R.id.profile_button);
3458 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);