Home
last modified time | relevance | path

Searched refs:PERSIST_AD_SELECTION_START_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java152 public static final long PERSIST_AD_SELECTION_START_TIMESTAMP = field in AdSelectionExecutionLoggerTest
155 PERSIST_AD_SELECTION_START_TIMESTAMP + PERSIST_AD_SELECTION_LATENCY_MS;
271 PERSIST_AD_SELECTION_START_TIMESTAMP, in testAdSelectionExecutionLogger_SuccessAdSelection()
1424 .thenReturn(START_ELAPSED_TIMESTAMP, PERSIST_AD_SELECTION_START_TIMESTAMP); in testAdSelectionExecutionLogger_redundantStartOfPersistAdSelection()
1443 PERSIST_AD_SELECTION_START_TIMESTAMP, in testAdSelectionExecutionLogger_redundantEndOfPersistAdSelection()
1475 PERSIST_AD_SELECTION_START_TIMESTAMP, in testAdSelectionExecutionLogger_missingEndOfPersistAdSelection()
1538 PERSIST_AD_SELECTION_START_TIMESTAMP, in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
1557 .isEqualTo((int) (STOP_ELAPSED_TIMESTAMP - PERSIST_AD_SELECTION_START_TIMESTAMP)); in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java67 …droid.adservices.service.stats.AdSelectionExecutionLoggerTest.PERSIST_AD_SELECTION_START_TIMESTAMP;
250 (int) (PERSIST_AD_SELECTION_END_TIMESTAMP - PERSIST_AD_SELECTION_START_TIMESTAMP);
4448 PERSIST_AD_SELECTION_START_TIMESTAMP, in setAdSelectionExecutionLoggerMockWithSuccessAdSelection()