Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/data/
DUxStatesDao.java40 public static final String DATASTORE_NAME = field in UxStatesDao
67 new BooleanFileDatastore(context, DATASTORE_NAME, DATASTORE_VERSION); in getInstance()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DAppConsentManager.java41 @VisibleForTesting public static final String DATASTORE_NAME = "adservices.appconsent.xml"; field in AppConsentManager
81 consentDataStoreDir, DATASTORE_NAME, DATASTORE_VERSION, VERSION_KEY); in createAppConsentManager()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/consent/
DAppConsentDao.java49 public static final String DATASTORE_NAME = field in AppConsentDao
89 new BooleanFileDatastore(context, DATASTORE_NAME, DATASTORE_VERSION); in getInstance()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DAppConsentForRStorageManagerTest.java69 mSpyContext, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()
DAppConsentStorageManagerTest.java89 mContextSpy, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()
DConsentManagerV2Test.java260 AppConsentDao.DATASTORE_NAME, in setup()
DConsentManagerTest.java252 mSpyContext, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()