Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java137 startActivity(ProxyActivityStarter.getLaunchIntent(this, params)); in startIntentSenderForResult()
151 startActivity(ProxyActivityStarter.getLaunchIntent(this, params)); in startActivityForResult()
165 startActivity(ProxyActivityStarter.getLaunchIntent(this, null)); in onDeferredResumed()
/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.java175 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/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DAppEntry.java53 @NonNull Intent getLaunchIntent() { in getLaunchIntent() method in AppEntry
DHomeFragment.java70 Intent newIntent = entry.getLaunchIntent() in onCreateView()
/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/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListItem.java89 public Intent getLaunchIntent(Context context) { in getLaunchIntent() method in DeviceAdminListItem
DDeviceAdminListPreferenceController.java206 mContext.startActivityAsUser(item.getLaunchIntent(mContext), user); in bindPreference()
/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.java201 mContext.startActivityAsUser(item.getLaunchIntent(mContext), user); in bindPreference()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java114 public abstract Intent getLaunchIntent(); in getLaunchIntent() method in BaseSwipeUpHandler
DBaseSwipeUpHandlerV2.java552 public Intent getLaunchIntent() { in getLaunchIntent() method in BaseSwipeUpHandlerV2
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java366 Intent intent = new Intent(mInteractionHandler.getLaunchIntent());