Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DDBCustomAudienceBackgroundFetchDataTest.java134 assertEquals(false, fetchData.getIsDebuggable()); in testCreateFetchDataSuccess()
160 assertEquals(true, fetchData.getIsDebuggable()); in testCreateDebuggableFetchDataSuccess()
228 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithFullSuccessfulUpdatableDataResetsFailureCounts()
259 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithFailedUpdatableDataUpdatesValidationFailureCount()
291 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithResponseValidationFailureUpdatesValidationFailureCount()
322 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithNetworkConnectTimeoutFailureUpdatesTimeoutFailureCount()
353 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithNetworkReadTimeoutFailureUpdatesTimeoutFailureCount()
382 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithKAnonFailureDesNotUpdate()
410 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithUnknownFailureDesNotUpdate()
DDBScheduledCustomAudienceUpdateTest.java73 .that(dbScheduledCustomAudienceUpdate.getIsDebuggable()) in testBuildDBScheduledCustomAudienceUpdate_BuilderSuccess()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DDBCustomAudienceBackgroundFetchData.java95 public abstract boolean getIsDebuggable(); in getIsDebuggable() method in DBCustomAudienceBackgroundFetchData
178 .setIsDebuggable(getIsDebuggable()); in copyWithUpdatableData()
DDBScheduledCustomAudienceUpdate.java85 public abstract boolean getIsDebuggable(); in getIsDebuggable() method in DBScheduledCustomAudienceUpdate
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchRunner.java159 fetchData.getIsDebuggable()) in updateCustomAudience()
DScheduledUpdatesHandler.java297 update.getIsDebuggable() in fetchUpdate()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceHelperTest.java141 assertThat(customAudienceBackgroundFetchData.getIsDebuggable()).isTrue(); in testCustomAudienceBackgroundFetchDataFromJson_happyPath()