Home
last modified time | relevance | path

Searched refs:endDownloadScriptTimestamp (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DSelectAdsFromOutcomesExecutionLoggerImplTest.java79 executionLogger.endDownloadScriptTimestamp(mDownloadResultCode); in testSelectAdsFromOutcomesExecutionLogger_successDownloadAndExecution()
117 executionLogger.endDownloadScriptTimestamp(mDownloadResultCode); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfDownload()
158 executionLogger.endDownloadScriptTimestamp(mDownloadResultCode); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfDownload()
159 executionLogger.endDownloadScriptTimestamp(mDownloadResultCode); // Repeated call in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfDownload()
196 executionLogger.endDownloadScriptTimestamp(mDownloadResultCode); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfExecution()
238 executionLogger.endDownloadScriptTimestamp(mDownloadResultCode); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfExecution()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DJsScriptExecutionLogger.java26 default void endDownloadScriptTimestamp(int resultCode) { in endDownloadScriptTimestamp() method
DSelectAdsFromOutcomesExecutionLogger.java26 default void endDownloadScriptTimestamp(int resultCode) { in endDownloadScriptTimestamp() method
DFetchProcessLogger.java76 default void endDownloadScriptTimestamp(int resultCode) { in endDownloadScriptTimestamp() method
DSelectAdsFromOutcomesExecutionLoggerImpl.java83 public void endDownloadScriptTimestamp(int resultCode) { in endDownloadScriptTimestamp() method in SelectAdsFromOutcomesExecutionLoggerImpl
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java398 fetchProcessLogger.endDownloadScriptTimestamp(responseCode); in doFetchPayload()