Home
last modified time | relevance | path

Searched refs:INSTALLS_TIMESTAMP_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/actions/
DUninstallApp.java33 mTimestamp = obj.getLong(TestFormatJsonMapping.INSTALLS_TIMESTAMP_KEY); in UninstallApp()
DInstallApp.java33 mTimestamp = obj.getLong(TestFormatJsonMapping.INSTALLS_TIMESTAMP_KEY); in InstallApp()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java221 String INSTALLS_TIMESTAMP_KEY = "timestamp"; field