/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/cobalt/ |
D | CobaltJobServiceTest.java | 27 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 109 verifyLoggingNotHappened(mLogger); in testOnStartJob_featureDisabled_withoutLogging() 118 verifyLoggingNotHappened(mLogger); in testOnStartJob_featureEnabled_withoutLogging() 148 verifyLoggingNotHappened(mLogger); in testOnStopJob_withoutLogging() 257 verifyLoggingNotHappened(mLogger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 269 verifyLoggingNotHappened(mLogger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/ |
D | EpochJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 133 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_killSwitchOff_withoutLogging() 154 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_killSwitchOn_withoutLogging() 184 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 195 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled() 222 verifyLoggingNotHappened(mSpyLogger); in testOnStopJob_withoutLogging()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/ |
D | MddJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 173 verifyLoggingNotHappened(mLogger); in testOnStartJob_killswitchIsOff_withoutLogging() 197 verifyLoggingNotHappened(mLogger); in testOnStartJob_killswitchIsOn_withoutLogging() 243 verifyLoggingNotHappened(mLogger); in testOnStopJob_withoutLogging() 371 verifyLoggingNotHappened(mLogger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 382 verifyLoggingNotHappened(mLogger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | DeleteUninstalledJobServiceTest.java | 25 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 105 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 130 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 158 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 173 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | DeleteExpiredJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 122 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 147 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 175 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 190 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/ |
D | PeriodicEncodingJobServiceTest.java | 24 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 128 verifyLoggingNotHappened(logger); in testOnStartJobFlagDisabled_withoutLogging() 173 verifyLoggingNotHappened(logger); in testOnStartJobConsentRevokedGaUxEnabled_withoutLogging() 252 verifyLoggingNotHappened(logger); in testOnStartJobUpdateTimeoutHandled_withoutLogging() 325 verifyLoggingNotHappened(logger); in testOnStopJobCallsStopWork_withoutLogging() 478 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 490 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/ |
D | BackgroundFetchJobServiceTest.java | 25 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 143 verifyLoggingNotHappened(logger); in testOnStartJobFlagDisabled_withoutLogging() 207 verifyLoggingNotHappened(logger); in testOnStartJobConsentRevokedGaUxEnabled_withoutLogging() 275 verifyLoggingNotHappened(logger); in testOnStartJobUpdateSuccess_withoutLogging() 306 verifyLoggingNotHappened(logger); in testOnStartJobUpdateTimeoutHandled_withoutLogging() 399 verifyLoggingNotHappened(logger); in testOnStopJobCallsStopWork_withoutLogging() 494 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 508 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | ScheduleCustomAudienceUpdateJobServiceTest.java | 24 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 155 verifyLoggingNotHappened(logger); in testOnStartJobFlagDisabled_withoutLogging() 258 verifyLoggingNotHappened(logger); in testOnStartJobConsentRevokedGaUxEnabled_withoutLogging() 448 verifyLoggingNotHappened(logger); in testOnStartJobUpdateTimeoutHandled_withoutLogging() 603 verifyLoggingNotHappened(logger); in testOnStopJobCallsStopWork_withoutLogging() 783 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 803 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | DebugReportSenderJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 141 verifyLoggingNotHappened(logger); in testOnStartJobFlagDisabledWithoutLogging() 359 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrueWithoutLogging() 373 verifyLoggingNotHappened(logger); in testOnStartJobUpdateTimeoutHandledWithoutLogging() 470 verifyLoggingNotHappened(logger); in testOnStartJob_shouldDisableJobTrueWithLoggingEnabled() 483 verifyLoggingNotHappened(logger); in testOnStopJobCallsStopWorkWithoutLogging() 508 verifyLoggingNotHappened(logger); in testOnStartJobConsentRevokedGaUxEnabledWithoutLogging() 536 verifyLoggingNotHappened(logger); in testOnStartJobUpdateSuccessWithoutLogging()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | DebugReportingFallbackJobServiceTest.java | 27 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 127 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 152 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 214 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 229 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | ImmediateAggregateReportingJobServiceTest.java | 27 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 127 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 152 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 211 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 226 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | EventFallbackReportingJobServiceTest.java | 28 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 136 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 161 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 225 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 240 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | AggregateReportingJobServiceTest.java | 27 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 134 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 159 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 218 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 233 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | VerboseDebugReportingFallbackJobServiceTest.java | 27 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 129 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 154 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 225 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 240 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | EventReportingJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 127 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 152 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 215 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 230 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | AggregateFallbackReportingJobServiceTest.java | 28 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 138 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 163 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 221 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 236 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | ReportingJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 497 verifyLoggingNotHappened(mSpyLogger); in onStartJob_featureDisabled_withoutLogging() 516 verifyLoggingNotHappened(mSpyLogger); in onStartJob_featureEnabled_withoutLogging() 536 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 547 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationFallbackJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 126 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 151 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 214 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 229 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | AsyncRegistrationQueueJobServiceTest.java | 25 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 135 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 160 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 227 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 242 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/ |
D | AttributionFallbackJobServiceTest.java | 27 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 134 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 161 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 227 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 242 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
D | AttributionJobServiceTest.java | 26 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 126 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOn_withoutLogging() 151 verifyLoggingNotHappened(mSpyLogger); in onStartJob_killSwitchOff_withoutLogging() 224 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withoutLogging() 239 verifyLoggingNotHappened(mSpyLogger); in onStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | ConsentNotificationJobServiceTest.java | 25 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 155 verifyLoggingNotHappened(mSpyLogger); in testOnStartJobAsyncUtilExecute_withoutLogging() 248 verifyLoggingNotHappened(mSpyLogger); in testOnStartJobShouldDisableJobTrue_withoutLogging() 260 verifyLoggingNotHappened(mSpyLogger); in testOnStartJobShouldDisableJobTrue_withLoggingEnabled() 271 verifyLoggingNotHappened(mSpyLogger); in testOnStopJob_withoutLogging()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/ |
D | MaintenanceJobServiceTest.java | 24 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 137 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_killSwitchOff_withoutLogging() 320 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_killSwitchOn_withoutLogging() 537 verifyLoggingNotHappened(mSpyLogger); in testOnStopJob_withoutLogging() 656 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_shouldDisableJobTrue_withoutLogging() 668 verifyLoggingNotHappened(mSpyLogger); in testOnStartJob_shouldDisableJobTrue_withLoggingEnabled()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/ |
D | BackgroundKeyFetchJobServiceTest.java | 20 import static com.android.adservices.mockito.MockitoExpectations.verifyLoggingNotHappened; 236 verifyLoggingNotHappened(spyLogger); in testOnStartJobUpdateSuccessdd()
|
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/mockito/ |
D | MockitoExpectations.java | 93 public static void verifyLoggingNotHappened(AdServicesJobServiceLogger logger) { in verifyLoggingNotHappened() method in MockitoExpectations
|