Searched refs:getLaunchIntent (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensPickerActivity.java | 90 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in onResume() 201 Intent launchIntent = item.getLaunchIntent(); in onActivitySelected()
|
D | LensPickerItem.java | 55 public Intent getLaunchIntent() { in getLaunchIntent() method in LensPickerItem
|
D | ResolverAdapter.java | 95 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, info, in doInBackground()
|
D | LensPickerAdapter.java | 97 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in doInBackground()
|
D | LensPickerUtils.java | 165 public static Intent getLaunchIntent(String packageName, ResolveInfo rInfo, in getLaunchIntent() method in LensPickerUtils
|
D | LensResolverActivity.java | 171 ComponentName component = item.getLaunchIntent().getComponent(); in onActivitySelected()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | BackupAppsStepFragment.java | 216 startActivity(MigrateStorageActivity.getLaunchIntent(getActivity(), mVolumeId, false)); in onGuidedActionClicked() 227 startActivity(MoveAppActivity.getLaunchIntent(getActivity(), entry.info.packageName, in onGuidedActionClicked()
|
D | StorageFragment.java | 153 MigrateStorageActivity.getLaunchIntent(getContext(), mVolumeInfo.getId(), true)); in refresh()
|
D | FormatActivity.java | 262 startActivity(MigrateStorageActivity.getLaunchIntent(this, moveTarget.getId(), true)); in launchMigrateStorageAndFinish()
|
D | MigrateStorageActivity.java | 75 public static Intent getLaunchIntent(Context context, String volumeId, in getLaunchIntent() method in MigrateStorageActivity
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
D | AppStoragePreference.java | 50 .getLaunchIntent(getContext(), mEntry.info.packageName, getAppName())); in refresh()
|
D | MoveAppActivity.java | 65 public static Intent getLaunchIntent(Context context, String packageName, String packageDesc) { in getLaunchIntent() method in MoveAppActivity
|