Package org.robolectric.shadows
Class ShadowQuickAccessWalletService
- java.lang.Object
-
- org.robolectric.shadows.ShadowContextWrapper
-
- org.robolectric.shadows.ShadowService
-
- org.robolectric.shadows.ShadowQuickAccessWalletService
-
@Implements(value=android.service.quickaccesswallet.QuickAccessWalletService.class, minSdk=30, isInAndroidSdk=false) public class ShadowQuickAccessWalletService extends ShadowService
Shadow ofQuickAccessWalletService
-
-
Constructor Summary
Constructors Constructor Description ShadowQuickAccessWalletService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<WalletServiceEvent>
getServiceEvents()
Returns a list of service events sent withsendWalletServiceEvent(android.service.quickaccesswallet.WalletServiceEvent)
static void
reset()
void
sendWalletServiceEvent(WalletServiceEvent serviceEvent)
Capture events sent by the service to SysUI-
Methods inherited from class org.robolectric.shadows.ShadowService
getForegroundServiceType, getLastForegroundNotification, getLastForegroundNotificationId, getNotificationShouldRemoved, getStopSelfId, getStopSelfResultId, isForegroundStopped, isLastForegroundNotificationAttached, isStoppedBySelf, onDestroy, startForeground, startForeground, stopForeground, stopForeground, stopSelf, stopSelf, stopSelfResult
-
Methods inherited from class org.robolectric.shadows.ShadowContextWrapper
clearBroadcastIntents, clearNextStartedActivities, clearStartedServices, denyPermissions, denyPermissions, getAllStartedServices, getBroadcastIntents, getBroadcastIntentsForUser, getBroadcastOptions, getNextStartedActivity, getNextStartedActivityForResult, getNextStartedService, getNextStoppedService, grantPermissions, grantPermissions, peekNextStartedActivity, peekNextStartedActivityForResult, peekNextStartedService, removeSystemService
-
-
-
-
Method Detail
-
sendWalletServiceEvent
@Implementation public final void sendWalletServiceEvent(@Nonnull WalletServiceEvent serviceEvent)
Capture events sent by the service to SysUI
-
getServiceEvents
public static List<WalletServiceEvent> getServiceEvents()
Returns a list of service events sent withsendWalletServiceEvent(android.service.quickaccesswallet.WalletServiceEvent)
-
reset
@Resetter public static void reset()
-
-