Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailActivity.java42 Intent intent = getLaunchIntent(activity, attraction); in launch()
52 public static Intent getLaunchIntent(Context context, String attraction) { in getLaunchIntent() method in DetailActivity
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppEntry.java48 Intent getLaunchIntent() { return mLaunchIntent; } in getLaunchIntent() method in AppEntry
DLauncherActivity.java120 launch(entry.getLaunchIntent()); in onCreate()
133 launch(entry.getLaunchIntent()); in onCreate()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DListenerService.java46 Intent intent = DetailActivity.getLaunchIntent(this, attractionName); in onMessageReceived()
DUtilityService.java350 DetailActivity.getLaunchIntent(this, attraction.name), in showNotification()
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DPackageShortcutActivity.java32 public static Intent getLaunchIntent(Context context, String targetPackage, in getLaunchIntent() method in PackageShortcutActivity
DAppListFragment.java66 final Intent i = PackageShortcutActivity.getLaunchIntent( in onAction2()