Home
last modified time | relevance | path

Searched refs:getConsentDataStoreDir (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentDatastoreLocationHelper.java35 static String getConsentDataStoreDir(@NonNull String baseDir, int userIdentifier) { in getConsentDataStoreDir() method in ConsentDatastoreLocationHelper
42 String consentDataStoreDir = getConsentDataStoreDir(baseDir, userIdentifier); in getConsentDataStoreDirAndCreateDir()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DConsentManagerTest.java80 ConsentDatastoreLocationHelper.getConsentDataStoreDir( in testGetConsentDataStoreDir()
84 ConsentDatastoreLocationHelper.getConsentDataStoreDir( in testGetConsentDataStoreDir()
89 () -> ConsentDatastoreLocationHelper.getConsentDataStoreDir(null, 0)); in testGetConsentDataStoreDir()