Package org.robolectric.fakes
Class RoboIntentSender
- java.lang.Object
-
- android.content.IntentSender
-
- org.robolectric.fakes.RoboIntentSender
-
- All Implemented Interfaces:
android.os.Parcelable
public class RoboIntentSender extends android.content.IntentSenderRobolectric implementation ofIntentSender.
-
-
Field Summary
Fields Modifier and Type Field Description android.content.Intentintent
-
Constructor Summary
Constructors Constructor Description RoboIntentSender(android.app.PendingIntent pendingIntent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendIntent(android.content.Context context, int code, android.content.Intent intent, android.content.IntentSender.OnFinished onFinished, android.os.Handler handler, java.lang.String requiredPermission)-
Methods inherited from class android.content.IntentSender
describeContents, equals, getCreatorPackage, getCreatorUid, getCreatorUserHandle, getTarget, getTargetPackage, getWhitelistToken, hashCode, readIntentSenderOrNullFromParcel, sendIntent, toString, writeIntentSenderOrNullToParcel, writeToParcel
-
-
-
-
Method Detail
-
sendIntent
public void sendIntent(android.content.Context context, int code, android.content.Intent intent, android.content.IntentSender.OnFinished onFinished, android.os.Handler handler, java.lang.String requiredPermission) throws android.content.IntentSender.SendIntentException- Overrides:
sendIntentin classandroid.content.IntentSender- Throws:
android.content.IntentSender.SendIntentException
-
-