Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistration.java191 public boolean getDebugKeyAllowed() { in getDebugKeyAllowed() method in AsyncRegistration
DAsyncRegistrationQueueRunner.java791 .setDebugKeyAllowed(asyncRegistration.getDebugKeyAllowed()) in createAsyncRegistrationFromRedirect()
DAsyncTriggerFetcher.java121 boolean arDebugPermission = asyncRegistration.getDebugKeyAllowed(); in parseTrigger()
DAsyncSourceFetcher.java766 boolean arDebugPermission = asyncRegistration.getDebugKeyAllowed(); in parseSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java664 asyncRegistration.getDebugKeyAllowed()); in insertToDb()
DMeasurementDaoTest.java5381 asyncRegistration.getDebugKeyAllowed()); in testDeleteExpiredRecordsForAsyncRegistrations()
6694 assertNotNull(asyncRegistration.getDebugKeyAllowed()); in testInsertAsyncRegistration()
6696 asyncRegistration.getDebugKeyAllowed(), in testInsertAsyncRegistration()
6697 validAsyncRegistration.getDebugKeyAllowed()); in testInsertAsyncRegistration()
6711 assertNotNull(asyncRegistration.getDebugKeyAllowed()); in testInsertAsyncRegistration()
6713 asyncRegistration.getDebugKeyAllowed(), in testInsertAsyncRegistration()
6714 validAsyncRegistration.getDebugKeyAllowed()); in testInsertAsyncRegistration()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java3110 asyncRegistration.getDebugKeyAllowed());