Home
last modified time | relevance | path

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

/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java90 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in onResume()
201 Intent launchIntent = item.getLaunchIntent(); in onActivitySelected()
DLensPickerItem.java55 public Intent getLaunchIntent() { in getLaunchIntent() method in LensPickerItem
DResolverAdapter.java95 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, info, in doInBackground()
DLensPickerAdapter.java97 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in doInBackground()
DLensPickerUtils.java165 public static Intent getLaunchIntent(String packageName, ResolveInfo rInfo, in getLaunchIntent() method in LensPickerUtils
DLensResolverActivity.java171 ComponentName component = item.getLaunchIntent().getComponent(); in onActivitySelected()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DBackupAppsStepFragment.java216 startActivity(MigrateStorageActivity.getLaunchIntent(getActivity(), mVolumeId, false)); in onGuidedActionClicked()
227 startActivity(MoveAppActivity.getLaunchIntent(getActivity(), entry.info.packageName, in onGuidedActionClicked()
DStorageFragment.java153 MigrateStorageActivity.getLaunchIntent(getContext(), mVolumeInfo.getId(), true)); in refresh()
DFormatActivity.java262 startActivity(MigrateStorageActivity.getLaunchIntent(this, moveTarget.getId(), true)); in launchMigrateStorageAndFinish()
DMigrateStorageActivity.java75 public static Intent getLaunchIntent(Context context, String volumeId, in getLaunchIntent() method in MigrateStorageActivity
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppStoragePreference.java50 .getLaunchIntent(getContext(), mEntry.info.packageName, getAppName())); in refresh()
DMoveAppActivity.java65 public static Intent getLaunchIntent(Context context, String packageName, String packageDesc) { in getLaunchIntent() method in MoveAppActivity