Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DSelectAdsFromOutcomesExecutionLoggerImplTest.java78 executionLogger.startDownloadScriptTimestamp(); in testSelectAdsFromOutcomesExecutionLogger_successDownloadAndExecution()
157 executionLogger.startDownloadScriptTimestamp(); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfDownload()
195 executionLogger.startDownloadScriptTimestamp(); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfExecution()
237 executionLogger.startDownloadScriptTimestamp(); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfExecution()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DJsScriptExecutionLogger.java21 default void startDownloadScriptTimestamp() { in startDownloadScriptTimestamp() method
DSelectAdsFromOutcomesExecutionLogger.java21 default void startDownloadScriptTimestamp() { in startDownloadScriptTimestamp() method
DFetchProcessLogger.java71 default void startDownloadScriptTimestamp() { in startDownloadScriptTimestamp() method
DSelectAdsFromOutcomesExecutionLoggerImpl.java76 public void startDownloadScriptTimestamp() { in startDownloadScriptTimestamp() method in SelectAdsFromOutcomesExecutionLoggerImpl
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java394 fetchProcessLogger.startDownloadScriptTimestamp(); in doFetchPayload()