Home
last modified time | relevance | path

Searched defs:baseTime (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DEventReportTest.java220 long baseTime = System.currentTimeMillis(); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() local
259 long baseTime = System.currentTimeMillis(); in populate_eventSourceAppDestWithoutInstallConfigured() local
314 long baseTime = System.currentTimeMillis(); in testpopulate_shouldTruncateTriggerDataWith64thBit() local
360 long baseTime = System.currentTimeMillis(); in populate_eventSourceWebDestWithoutInstallAttribution() local
399 long baseTime = System.currentTimeMillis(); in populate_eventSourceAppDestWithInstallAttribution() local
438 long baseTime = System.currentTimeMillis(); in populate_eventSourceWebDestWithInstallAttribution() local
474 long baseTime = System.currentTimeMillis(); in populate_navigationSourceAppDestWithoutInstall() local
515 long baseTime = System.currentTimeMillis(); in populate_navigationSourceWebDestWithoutInstall() local
556 long baseTime = System.currentTimeMillis(); in testPopulate_navigationSourceAppDestWithInstallAttribution() local
602 long baseTime = System.currentTimeMillis(); in testpopulate_navigationSourceWebDestWithInstallAttribution() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5788 long baseTime = System.currentTimeMillis(); in testInsertStreamItemOverLimit() local
5820 long baseTime = System.currentTimeMillis(); in testInsertStreamItemOlderThanOldestInLimit() local
8870 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testContactUpdate_updatesContactUpdatedTimestamp() local
8901 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactUpdate_updatesContactUpdatedTimestamp() local
8917 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactPsuedoDelete_hasDeleteLogForContact() local
8930 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactDelete_hasDeleteLogForContact() local
8950 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataInsert_updatesContactLastUpdatedTimestamp() local
8968 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataDelete_updatesContactLastUpdatedTimestamp() local
8986 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataUpdate_updatesContactLastUpdatedTimestamp() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java1583 private void verifyWakeupSet(boolean useAwareTimeout, long baseTime) { in verifyWakeupSet()