/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/ |
D | BooleanFileDatastoreTest.java | 36 private static final int DATASTORE_VERSION = 1; field in BooleanFileDatastoreTest 39 new BooleanFileDatastore(PPAPI_CONTEXT, FILENAME, DATASTORE_VERSION); 64 /* adServicesContext= */ null, FILENAME, DATASTORE_VERSION)); in testConstructor_emptyOrNullArgs() 69 PPAPI_CONTEXT, /* filename= */ null, DATASTORE_VERSION)); in testConstructor_emptyOrNullArgs() 74 PPAPI_CONTEXT, /* filename= */ "", DATASTORE_VERSION)); in testConstructor_emptyOrNullArgs()
|
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/rollback/ |
D | RollbackHandlingManagerTest.java | 53 private static final int DATASTORE_VERSION = 339900900; field in RollbackHandlingManagerTest 63 DATASTORE_VERSION, in setup() 112 BASE_DIR, /* userIdentifier */ 0, DATASTORE_VERSION); in testGetOrCreateBooleanFileDatastore() 125 BASE_DIR, /* userIdentifier */ 0, DATASTORE_VERSION); in testRecordMeasurementDeletionOccurred() 153 BASE_DIR, /* userIdentifier= */ 0, DATASTORE_VERSION); in testDump() 171 .contains(Integer.toString(DATASTORE_VERSION)); in testDump()
|
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/storage/ |
D | BooleanFileDatastoreTest.java | 57 private static final int DATASTORE_VERSION = 1; field in BooleanFileDatastoreTest 62 new BooleanFileDatastore(VALID_DIR, FILENAME, DATASTORE_VERSION, TEST_VERSION_KEY); 83 DATASTORE_VERSION, in testConstructor_emptyOrNullArgs() 91 DATASTORE_VERSION, in testConstructor_emptyOrNullArgs() 99 DATASTORE_VERSION, in testConstructor_emptyOrNullArgs() 107 DATASTORE_VERSION, in testConstructor_emptyOrNullArgs() 115 /* file= */ null, DATASTORE_VERSION, TEST_VERSION_KEY)); in testConstructor_emptyOrNullArgs() 126 DATASTORE_VERSION, in testConstructor_parentPathDirectoryDoesNotExist() 144 path, FILENAME, DATASTORE_VERSION, TEST_VERSION_KEY)); in testConstructor_parentPathDirectoryIsNotAFile() 198 .isEqualTo(DATASTORE_VERSION); in testWriteAndGetVersion() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/data/ |
D | UxStatesDao.java | 37 @VisibleForTesting public static final int DATASTORE_VERSION = 1; 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 | 40 @VisibleForTesting public static final int DATASTORE_VERSION = 1; 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 | 46 @VisibleForTesting public static final int DATASTORE_VERSION = 1; 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/ui/data/ |
D | UxStatesDaoTest.java | 42 mContext, UxStatesDao.TEST_DATASTORE_NAME, UxStatesDao.DATASTORE_VERSION); in setup()
|
/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 | 261 AppConsentDao.DATASTORE_VERSION)); in setup()
|
D | ConsentManagerTest.java | 252 mSpyContext, AppConsentDao.DATASTORE_NAME, AppConsentDao.DATASTORE_VERSION); in setup()
|