Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceViewCommandTest.java84 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_happyPath_returnsSuccess()
104 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_notPresent_returnsEmpty()
121 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_presentButNotDebuggable_returnsEmpty()
137 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_presentButBackgroundFetchDataNotDebuggable_returnsEmpty()
DCustomAudienceRefreshCommandTest.java85 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_withValidCustomAudience_returnsSuccess()
108 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_withInvalidCustomAudienceBackgroundFetchData_returnsGenericFailure()
135 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_withFailedBackgroundFetch_returnsTimeoutFailure()
165 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_withFailedBackgroundFetch_returnsUnknownFailure()
194 when(mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testRun_withTimedOutBackgroundFetch_returnsTimeoutFailure()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/customaudience/
DCustomAudienceViewCommand.java159 mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in queryForDebuggableCustomAudienceBackgroundFetchData()
DCustomAudienceRefreshCommand.java194 mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in getDbCustomAudienceBackgroundFetchData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DCustomAudienceDao.java350 getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey() method in CustomAudienceDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DCustomAudienceDaoTest.java948 mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testViewBackgroundDebuggableCustomAudiences_happyPath()
974 mCustomAudienceDao.getDebuggableCustomAudienceBackgroundFetchDataByPrimaryKey( in testViewBackgroundDebuggableCustomAudiences_withNoResult_throwsException()