Searched refs:NotificationListenerQuery (Results 1 – 3 of 3) sorted by relevance
33 private final NotificationListenerQuery mActual;36 @Nullable NotificationListenerQuery actual) { in NotificationListenerQuerySubject()44 …public static Factory<NotificationListenerQuerySubject, NotificationListenerQuery> notificationLis… in notificationListenerQuery()52 @Nullable NotificationListenerQuery actual) { in assertThat()
36 public final class NotificationListenerQuery implements Queryable { class40 private final StringQueryHelper<NotificationListenerQuery> mPackageName =42 private final NotificationQueryHelper<NotificationListenerQuery> mNotification =50 NotificationListenerQuery(Deque<StatusBarNotification> statusBarNotifications) { in NotificationListenerQuery() method in NotificationListenerQuery55 public StringQuery<NotificationListenerQuery> wherePackageName() { in wherePackageName()63 public NotificationQuery<NotificationListenerQuery> whereNotification() { in whereNotification()
49 public NotificationListenerQuery query() { in query()50 return new NotificationListenerQuery(mStatusBarNotifications); in query()