Home
last modified time | relevance | path

Searched refs:getLaunchIntent (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
H A DAppEntry.java48 Intent getLaunchIntent() { in getLaunchIntent() method in AppEntry
H A DLauncherActivity.java134 launch(entry.getLaunchIntent()); in onCreate()
147 launch(entry.getLaunchIntent()); in onCreate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
H A DProxyActivityStarter.java78 public static Intent getLaunchIntent(Context context, StartActivityParams params) { in getLaunchIntent() method in ProxyActivityStarter
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppStoragePreference.java50 .getLaunchIntent(getContext(), mEntry.info.packageName, getAppName())); in refresh()
H A DMoveAppActivity.java66 public static Intent getLaunchIntent(Context context, String packageName, String packageDesc) { in getLaunchIntent() method in MoveAppActivity
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DBackupAppsStepFragment.java222 startActivity(MigrateStorageActivity.getLaunchIntent(getActivity(), mVolumeId, false)); in onGuidedActionClicked()
232 startActivity(MoveAppActivity.getLaunchIntent(getActivity(), entry.info.packageName, in onGuidedActionClicked()
H A DMigrateStorageActivity.java76 public static Intent getLaunchIntent(Context context, String volumeId, in getLaunchIntent() method in MigrateStorageActivity
H A DStorageFragment.java175 MigrateStorageActivity.getLaunchIntent(getContext(), mVolumeInfo.getId(), true)); in refresh()
H A DFormatActivity.java275 startActivity(MigrateStorageActivity.getLaunchIntent(this, moveTarget.getId(), true)); in launchMigrateStorageAndFinish()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/
H A DDeviceAdminListItem.java94 public Intent getLaunchIntent(Context context) { in getLaunchIntent() method in DeviceAdminListItem
H A DDeviceAdminListPreferenceController.java214 mContext.startActivityAsUser(item.getLaunchIntent(mContext), user); in bindPreference()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
H A DDeviceAdminListItem.java89 public Intent getLaunchIntent(Context context) { in getLaunchIntent() method in DeviceAdminListItem
H A DDeviceAdminListPreferenceController.java206 mContext.startActivityAsUser(item.getLaunchIntent(mContext), user); in bindPreference()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java253 startActivity(ProxyActivityStarter.getLaunchIntent(this, params)); in startIntentSenderForResult()
267 startActivity(ProxyActivityStarter.getLaunchIntent(this, params)); in startActivityForResult()
292 startActivity(ProxyActivityStarter.getLaunchIntent(this, null)); in handlePendingActivityRequest()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOverviewCommandHelper.java238 Intent intent = new Intent(interactionHandler.getLaunchIntent()); in executeCommand()
H A DAbsSwipeUpHandler.java735 public Intent getLaunchIntent() {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOtherActivityInputConsumer.java399 Intent intent = new Intent(mInteractionHandler.getLaunchIntent());