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/ |
D | UxStatesDao.java | 40 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/ |
D | AppConsentManager.java | 41 @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/ |
D | AppConsentDao.java | 49 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/ |
D | AppConsentForRStorageManagerTest.java | 69 mSpyContext, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()
|
D | AppConsentStorageManagerTest.java | 89 mContextSpy, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()
|
D | ConsentManagerV2Test.java | 260 AppConsentDao.DATASTORE_NAME, in setup()
|
D | ConsentManagerTest.java | 252 mSpyContext, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()
|