Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceRefreshCommandTest.java83 when(mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey(OWNER, BUYER, NAME)) in testRun_withValidCustomAudience_returnsSuccess()
106 when(mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey(OWNER, BUYER, NAME)) in testRun_withInvalidCustomAudienceBackgroundFetchData_returnsGenericFailure()
133 when(mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey(OWNER, BUYER, NAME)) in testRun_withFailedBackgroundFetch_returnsTimeoutFailure()
163 when(mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey(OWNER, BUYER, NAME)) in testRun_withFailedBackgroundFetch_returnsUnknownFailure()
192 when(mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey(OWNER, BUYER, NAME)) in testRun_withTimedOutBackgroundFetch_returnsTimeoutFailure()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DCustomAudienceDao.java232 public abstract DBCustomAudience getDebuggableCustomAudienceByPrimaryKey( in getDebuggableCustomAudienceByPrimaryKey() method in CustomAudienceDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DCustomAudienceDaoTest.java922 mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey( in testViewDebuggableCustomAudiences_happyPath()
961 mCustomAudienceDao.getDebuggableCustomAudienceByPrimaryKey( in testViewDebuggableCustomAudiences_withNoResult_returnsNull()