Searched refs:mMockDBAdSelection (Results 1 – 1 of 1) sorted by relevance
238 @Mock private DBAdSelection mMockDBAdSelection; field in AdSelectionExecutionLoggerTest249 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()