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/ |
D | FetcherUtilTest.java | 1739 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/ |
D | FetcherUtil.java | 443 static Optional<String> getValidAggregateDebugReportingWithBudget( in getValidAggregateDebugReportingWithBudget() method in FetcherUtil
|
D | AsyncSourceFetcher.java | 706 FetcherUtil.getValidAggregateDebugReportingWithBudget( in parseValidateSource()
|