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