Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentConstants.java49 static final int STORAGE_VERSION = 1; field in ConsentConstants
DConsentManagerV2.java835 ConsentConstants.STORAGE_VERSION); in createAndInitializeDataStore()
DConsentManager.java1580 ConsentConstants.STORAGE_VERSION);
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java64 static final int STORAGE_VERSION = 1; field in ConsentManager
117 consentDataStoreDir, STORAGE_XML_IDENTIFIER, STORAGE_VERSION, VERSION_KEY); in createAndInitBooleanFileDatastore()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DAppConsentForRStorageManagerTest.java65 ConsentConstants.STORAGE_VERSION); in setup()
DAppConsentStorageManagerTest.java85 ConsentConstants.STORAGE_VERSION); in setup()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DConsentManagerTest.java22 import static com.android.server.adservices.consent.ConsentManager.STORAGE_VERSION;
66 STORAGE_VERSION, in setup()