Home
last modified time | relevance | path

Searched refs:NotificationListenerQuery (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListenerQuerySubject.java33 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()
DNotificationListenerQuery.java36 public final class NotificationListenerQuery implements Queryable { class
40 private final StringQueryHelper<NotificationListenerQuery> mPackageName =
42 private final NotificationQueryHelper<NotificationListenerQuery> mNotification =
50 NotificationListenerQuery(Deque<StatusBarNotification> statusBarNotifications) { in NotificationListenerQuery() method in NotificationListenerQuery
55 public StringQuery<NotificationListenerQuery> wherePackageName() { in wherePackageName()
63 public NotificationQuery<NotificationListenerQuery> whereNotification() { in whereNotification()
DNotificationListener.java49 public NotificationListenerQuery query() { in query()
50 return new NotificationListenerQuery(mStatusBarNotifications); in query()