Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DFetcherUtilTest.java1739 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_emptyObject_fails()
1765 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingWithBudget_missingBudget_fails()
1778 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_nonNumericBudget_fails()
1791 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_nonIntegerBudget_fails()
1804 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_budgetLowerLimitExceeded_fails()
1817 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_budgetUpperLimitExceeded_fails()
1829 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags).get(); in getValidAggregateDebugReportingString_validBudget_succeeds()
1843 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_missingKeyPiece_fails()
1855 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_emptyKeyPiece_fails()
1868 FetcherUtil.getValidAggregateDebugReportingWithBudget(obj, mMockFlags) in getValidAggregateDebugReportingString_nonStringKeyPiece_fails()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DFetcherUtil.java443 static Optional<String> getValidAggregateDebugReportingWithBudget( in getValidAggregateDebugReportingWithBudget() method in FetcherUtil
DAsyncSourceFetcher.java706 FetcherUtil.getValidAggregateDebugReportingWithBudget( in parseValidateSource()