Searched refs:AdServicesLogVerifierFactory (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.adservices.common.logging.AdServicesLogVerifierFactory.LogType.ERROR_LOG_…35 List<LogVerifier> verifiers = AdServicesLogVerifierFactory.create(ERROR_LOG_UTIL); in testCreate_withErrorLogUtilEnum_returnsErrorLogUtilVerifier()45 assertThrows(NullPointerException.class, () -> AdServicesLogVerifierFactory.create(null)); in testCreate_withNullEnum_throwsNullPointerException()
19 import static com.android.adservices.common.logging.AdServicesLogVerifierFactory.LogType;20 import static com.android.adservices.common.logging.AdServicesLogVerifierFactory.LogType.ERROR_LOG_…56 .flatMap(type -> AdServicesLogVerifierFactory.create(type).stream()) in mapToLogVerifiers()
28 public final class AdServicesLogVerifierFactory { class