Home
last modified time | relevance | path

Searched refs:launchButton (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppLaunchButton.kt34 launchButton(intent, app) in <lambda>()
37 private fun launchButton(intent: Intent, app: ApplicationInfo) = ActionButton( in <lambda>() method
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DInstantAppButtonsPreferenceController.java117 final Button launchButton = view.findViewById(R.id.launch); in initButtons() local
125 launchButton.setOnClickListener(v -> mParent.startActivity(intent)); in initButtons()
127 launchButton.setVisibility(View.GONE); in initButtons()
/packages/providers/MediaProvider/tools/photopicker-gradle/app/src/main/java/com/android/providers/media/tools/photopicker/
DPhotoPickerToolActivity.java100 final Button launchButton = findViewById(R.id.launch_button); in onCreate() local
101 launchButton.setOnClickListener(this::onLaunchButtonClicked); in onCreate()
/packages/providers/MediaProvider/tools/photopicker/src/com/android/providers/media/tools/photopicker/
DPhotoPickerToolActivity.java139 final Button launchButton = findViewById(R.id.launch_button); in onCreate() local
140 launchButton.setOnClickListener(this::onLaunchButtonClicked); in onCreate()