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.java117 protected View mProfileView; field in ResolverActivity
360 mProfileView = findViewById(R.id.profile_button);
361 if (mProfileView != null) {
362 mProfileView.setOnClickListener(this::onProfileClick);
514 if (mProfileView == null) {
520 mProfileView.setVisibility(View.VISIBLE);
521 View text = mProfileView.findViewById(R.id.profile_button);
523 text = mProfileView.findViewById(R.id.text1);
527 mProfileView.setVisibility(View.GONE);
DChooserActivity.java3316 mProfileView = profileRow.findViewById(R.id.profile_button);
3317 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);