@Implements(value=android.app.PendingIntent.class) public class ShadowPendingIntent extends Object
android.app.PendingIntent.| Constructor and Description |
|---|
ShadowPendingIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static android.app.PendingIntent |
getActivities(android.content.Context context,
int requestCode,
android.content.Intent[] intents,
int flags) |
static android.app.PendingIntent |
getActivities(android.content.Context context,
int requestCode,
android.content.Intent[] intents,
int flags,
android.os.Bundle options) |
static android.app.PendingIntent |
getActivity(android.content.Context context,
int requestCode,
android.content.Intent intent,
int flags) |
static android.app.PendingIntent |
getBroadcast(android.content.Context context,
int requestCode,
android.content.Intent intent,
int flags) |
int |
getFlags() |
android.content.IntentSender |
getIntentSender() |
int |
getRequestCode() |
android.content.Context |
getSavedContext() |
android.content.Intent |
getSavedIntent() |
android.content.Intent[] |
getSavedIntents() |
static android.app.PendingIntent |
getService(android.content.Context context,
int requestCode,
android.content.Intent intent,
int flags) |
int |
hashCode() |
boolean |
isActivityIntent() |
boolean |
isBroadcastIntent() |
boolean |
isServiceIntent() |
static void |
reset() |
void |
send() |
void |
send(android.content.Context context,
int code,
android.content.Intent intent) |
@Implementation
public static android.app.PendingIntent getActivity(android.content.Context context,
int requestCode,
android.content.Intent intent,
int flags)
@Implementation
public static android.app.PendingIntent getActivities(android.content.Context context,
int requestCode,
android.content.Intent[] intents,
int flags)
@Implementation
public static android.app.PendingIntent getActivities(android.content.Context context,
int requestCode,
android.content.Intent[] intents,
int flags,
android.os.Bundle options)
@Implementation
public static android.app.PendingIntent getBroadcast(android.content.Context context,
int requestCode,
android.content.Intent intent,
int flags)
@Implementation
public static android.app.PendingIntent getService(android.content.Context context,
int requestCode,
android.content.Intent intent,
int flags)
@Implementation
public void send()
throws android.app.PendingIntent.CanceledException
android.app.PendingIntent.CanceledException@Implementation
public void send(android.content.Context context,
int code,
android.content.Intent intent)
throws android.app.PendingIntent.CanceledException
android.app.PendingIntent.CanceledException@Implementation public android.content.IntentSender getIntentSender()
public boolean isActivityIntent()
public boolean isBroadcastIntent()
public boolean isServiceIntent()
public android.content.Context getSavedContext()
public android.content.Intent getSavedIntent()
public android.content.Intent[] getSavedIntents()
public int getRequestCode()
public int getFlags()
@Resetter public static void reset()
Copyright © 2016. All rights reserved.