Home
last modified time | relevance | path

Searched refs:NotificationQuery (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DNotificationQuery.java28 public interface NotificationQuery<E extends Queryable> extends Query<Notification> { interface
DNotificationQueryHelper.java34 public final class NotificationQueryHelper<E extends Queryable> implements NotificationQuery<E>,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListenerQuery.java24 import com.android.queryable.queries.NotificationQuery;
63 public NotificationQuery<NotificationListenerQuery> whereNotification() { in whereNotification()
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DNotificationQueryHelperTest.java20 import static com.android.queryable.queries.NotificationQuery.notification;