Searched refs:installButton (Results 1 – 3 of 3) sorted by relevance
115 final Button installButton = view.findViewById(R.id.install); in initButtons() local119 installButton.setVisibility(View.GONE); in initButtons()130 installButton.setOnClickListener(v -> mParent.startActivity(appStoreIntent)); in initButtons()132 installButton.setEnabled(false); in initButtons()
35 ?.let { intent -> installButton(intent, app) } in <lambda>()38 private fun installButton(intent: Intent, app: ApplicationInfo) = ActionButton( in <lambda>() method
171 MenuItem installButton = MenuItem.builder(getActivity()) in showInstallNow() local175 mToolbar.setMenuItems(Collections.singletonList(installButton)); in showInstallNow()