Package org.robolectric.shadows
Class ShadowRanking
- java.lang.Object
-
- org.robolectric.shadows.ShadowRanking
-
@Implements(value=android.service.notification.NotificationListenerService.Ranking.class, minSdk=20) public class ShadowRanking extends Object
Shadow forNotificationListenerService.Ranking
.
-
-
Constructor Summary
Constructors Constructor Description ShadowRanking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setChannel(NotificationChannel notificationChannel)
Overrides the return value forNotificationListenerService.Ranking.getChannel()
.void
setSmartReplies(ArrayList<CharSequence> smartReplies)
Overrides the return value forNotificationListenerService.Ranking.getSmartReplies()
.
-
-
-
Method Detail
-
setChannel
public void setChannel(NotificationChannel notificationChannel)
Overrides the return value forNotificationListenerService.Ranking.getChannel()
.
-
setSmartReplies
public void setSmartReplies(ArrayList<CharSequence> smartReplies)
Overrides the return value forNotificationListenerService.Ranking.getSmartReplies()
.
-
-