File
Doc
Category
Size
Date
Package
TaskStackBuilder.java
API Doc
Android 5.1 API
1604
Sat Mar 14 14:09:36 GMT 2015
android.app
TaskStackBuilder
java.lang.Object
public class TaskStackBuilder extends Object
Fields Summary
Constructors Summary
TaskStackBuilder
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.app.TaskStackBuilder
addNextIntent
(
android.content.Intent
nextIntent)
throw new RuntimeException("Stub!");
public
android.app.TaskStackBuilder
addNextIntentWithParentStack
(
android.content.Intent
nextIntent)
throw new RuntimeException("Stub!");
public
android.app.TaskStackBuilder
addParentStack
(
android.app.Activity
sourceActivity)
throw new RuntimeException("Stub!");
public
android.app.TaskStackBuilder
addParentStack
(
java.lang.Class
sourceActivityClass)
throw new RuntimeException("Stub!");
public
android.app.TaskStackBuilder
addParentStack
(
android.content.ComponentName
sourceActivityName)
throw new RuntimeException("Stub!");
public static
android.app.TaskStackBuilder
create
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
android.content.Intent
editIntentAt
(
int
index)
throw new RuntimeException("Stub!");
public
int
getIntentCount
()
throw new RuntimeException("Stub!");
public
android.content.Intent
[]
getIntents
()
throw new RuntimeException("Stub!");
public
android.app.PendingIntent
getPendingIntent
(
int
requestCode,
int
flags)
throw new RuntimeException("Stub!");
public
android.app.PendingIntent
getPendingIntent
(
int
requestCode,
int
flags,
android.os.Bundle
options)
throw new RuntimeException("Stub!");
public void
startActivities
()
throw new RuntimeException("Stub!");
public void
startActivities
(
android.os.Bundle
options)
throw new RuntimeException("Stub!");
Java Code Source