Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java238 @Mock private DBAdSelection mMockDBAdSelection; field in AdSelectionExecutionLoggerTest
249 when(mMockDBAdSelection.getBiddingLogicUri()).thenReturn(DECISION_LOGIC_URI); in setUp()
301 adSelectionExecutionLogger.startPersistAdSelection(mMockDBAdSelection); in testAdSelectionExecutionLogger_SuccessAdSelection()
1427 adSelectionExecutionLogger.startPersistAdSelection(mMockDBAdSelection); in testAdSelectionExecutionLogger_redundantStartOfPersistAdSelection()
1434 mMockDBAdSelection)); in testAdSelectionExecutionLogger_redundantStartOfPersistAdSelection()
1449 adSelectionExecutionLogger.startPersistAdSelection(mMockDBAdSelection); in testAdSelectionExecutionLogger_redundantEndOfPersistAdSelection()
1477 when(mMockDBAdSelection.getBiddingLogicUri()).thenReturn(DECISION_LOGIC_URI); in testAdSelectionExecutionLogger_missingEndOfPersistAdSelection()
1481 adSelectionExecutionLogger.startPersistAdSelection(mMockDBAdSelection); in testAdSelectionExecutionLogger_missingEndOfPersistAdSelection()
1494 when(mMockDBAdSelection.getBiddingLogicUri()).thenReturn(DECISION_LOGIC_URI); in testAdSelectionExecutionLogger_missingPersistAdSelection()
1542 adSelectionExecutionLogger.startPersistAdSelection(mMockDBAdSelection); in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()