D | NotificationListener.kt | 55 fun poll(): Notification? { in poll() method in com.android.bedstead.nene.notifications.NotificationListener 56 return query.poll() in poll() 62 fun poll(duration: Duration): Notification? { in poll() method in com.android.bedstead.nene.notifications.NotificationListener 63 return query.poll(duration) in poll()
|