Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DInstantAppButtonsPreferenceController.java115 final Button installButton = view.findViewById(R.id.install); in initButtons() local
119 installButton.setVisibility(View.GONE); in initButtons()
130 installButton.setOnClickListener(v -> mParent.startActivity(appStoreIntent)); in initButtons()
132 installButton.setEnabled(false); in initButtons()
/aosp12/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DUpdateLayoutFragment.java171 MenuItem installButton = MenuItem.builder(getActivity()) in showInstallNow() local
175 mToolbar.setMenuItems(Collections.singletonList(installButton)); in showInstallNow()