Package org.robolectric.shadows
Class ShadowRanking
java.lang.Object
org.robolectric.shadows.ShadowRanking
@Implements(android.service.notification.NotificationListenerService.Ranking.class)
public class ShadowRanking
extends Object
Shadow for
NotificationListenerService.Ranking
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setChannel
(NotificationChannel notificationChannel) Overrides the return value forNotificationListenerService.Ranking.getChannel()
.void
setSmartReplies
(ArrayList<CharSequence> smartReplies) Overrides the return value forNotificationListenerService.Ranking.getSmartReplies()
.
-
Constructor Details
-
ShadowRanking
public ShadowRanking()
-
-
Method Details
-
setChannel
Overrides the return value forNotificationListenerService.Ranking.getChannel()
. -
setSmartReplies
Overrides the return value forNotificationListenerService.Ranking.getSmartReplies()
.
-