Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java215 ((Context) activity).startActivity(ProxyActivityStarter.getLaunchIntent(activity, params)); in startIntentSenderForResult()
224 activity.startActivity(ProxyActivityStarter.getLaunchIntent(activity, params)); in startActivityForResult()
236 launcher.startActivity(ProxyActivityStarter.getLaunchIntent(launcher, null)); in resetPendingActivityResults()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java80 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in onResume()
197 Intent launchIntent = item.getLaunchIntent(); in onActivitySelected()
DLensPickerItem.java55 public Intent getLaunchIntent() { in getLaunchIntent() method in LensPickerItem
DLensPickerUtils.java139 public static Intent getLaunchIntent(String packageName, ResolveInfo rInfo, PackageManager pm) { in getLaunchIntent() method in LensPickerUtils
DLensPickerAdapter.java97 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in doInBackground()
DLensResolverActivity.java168 ComponentName component = item.getLaunchIntent().getComponent(); in onActivitySelected()
/packages/apps/Launcher3/SecondaryDisplayLauncher/src/com/android/launcher3/
DSecondaryDisplayLauncher.java83 launch(entry.getLaunchIntent()); in onCreate()
96 launch(entry.getLaunchIntent()); in onCreate()
DAppEntry.java48 Intent getLaunchIntent() { return mLaunchIntent; } in getLaunchIntent() method in AppEntry
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DBackupAppsStepFragment.java222 startActivity(MigrateStorageActivity.getLaunchIntent(getActivity(), mVolumeId, false)); in onGuidedActionClicked()
232 startActivity(MoveAppActivity.getLaunchIntent(getActivity(), entry.info.packageName, in onGuidedActionClicked()
DStorageFragment.java159 MigrateStorageActivity.getLaunchIntent(getContext(), mVolumeInfo.getId(), true)); in refresh()
DMigrateStorageActivity.java76 public static Intent getLaunchIntent(Context context, String volumeId, in getLaunchIntent() method in MigrateStorageActivity
DFormatActivity.java275 startActivity(MigrateStorageActivity.getLaunchIntent(this, moveTarget.getId(), true)); in launchMigrateStorageAndFinish()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java134 launch(entry.getLaunchIntent()); in onCreate()
147 launch(entry.getLaunchIntent()); in onCreate()
DAppEntry.java48 Intent getLaunchIntent() { in getLaunchIntent() method in AppEntry
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
DProxyActivityStarter.java76 public static Intent getLaunchIntent(Context context, StartActivityParams params) { in getLaunchIntent() method in ProxyActivityStarter
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppStoragePreference.java50 .getLaunchIntent(getContext(), mEntry.info.packageName, getAppName())); in refresh()
DMoveAppActivity.java66 public static Intent getLaunchIntent(Context context, String packageName, String packageDesc) { in getLaunchIntent() method in MoveAppActivity
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminListItem.java89 public Intent getLaunchIntent(Context context) { in getLaunchIntent() method in DeviceAdminListItem
DDeviceAdminListPreferenceController.java209 mContext.startActivityAsUser(item.getLaunchIntent(mContext), user); in bindPreference()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListItem.java89 public Intent getLaunchIntent(Context context) { in getLaunchIntent() method in DeviceAdminListItem
DDeviceAdminListPreferenceController.java210 mContext.startActivityAsUser(item.getLaunchIntent(mContext), user); in bindPreference()