Searched refs:AndBooleanSupplier (Results 1 – 1 of 1) sorted by relevance
342 mStateConditions.put(state, new AndBooleanSupplier(suppliers)); in setStateConditions()623 private static final class AndBooleanSupplier implements BooleanSupplier { class in DeviceStateProviderImpl627 AndBooleanSupplier(@NonNull List<BooleanSupplier> booleanSuppliers) { in AndBooleanSupplier() method in DeviceStateProviderImpl.AndBooleanSupplier