Searched refs:consentDataStoreDir (Results 1 – 5 of 5) sorted by relevance
42 String consentDataStoreDir = getConsentDataStoreDir(baseDir, userIdentifier); in getConsentDataStoreDirAndCreateDir() local43 final Path packageDir = Paths.get(consentDataStoreDir); in getConsentDataStoreDirAndCreateDir()47 return consentDataStoreDir; in getConsentDataStoreDirAndCreateDir()
101 String consentDataStoreDir = in createConsentManager() local105 BooleanFileDatastore datastore = createAndInitBooleanFileDatastore(consentDataStoreDir); in createConsentManager()112 static BooleanFileDatastore createAndInitBooleanFileDatastore(String consentDataStoreDir) in createAndInitBooleanFileDatastore() argument117 consentDataStoreDir, STORAGE_XML_IDENTIFIER, STORAGE_VERSION, VERSION_KEY); in createAndInitBooleanFileDatastore()
75 String consentDataStoreDir = in createAppConsentManager() local81 consentDataStoreDir, DATASTORE_NAME, DATASTORE_VERSION, VERSION_KEY); in createAppConsentManager()
299 String consentDataStoreDir = in testDeleteConsentDataStoreDir() local302 Path packageDir = Paths.get(consentDataStoreDir); in testDeleteConsentDataStoreDir()427 String consentDataStoreDir = in testDeleteConsentDataStoreDirUserIdentifierNotPresent() local430 Path packageDir = Paths.get(consentDataStoreDir); in testDeleteConsentDataStoreDirUserIdentifierNotPresent()
349 String consentDataStoreDir = BASE_DIR + "/" + userId; in testOnUserRemoved() local350 Path packageDir = Paths.get(consentDataStoreDir); in testOnUserRemoved()