Home
last modified time | relevance | path

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

1234

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DEventReportTest.java258 long baseTime = System.currentTimeMillis(); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() local
300 long baseTime = System.currentTimeMillis(); in populate_eventSourceAppDestWithoutInstallConfigured() local
356 long baseTime = System.currentTimeMillis(); in testpopulate_shouldTruncateTriggerDataWith64thBit() local
403 long baseTime = System.currentTimeMillis(); in populate_eventSourceWebDestWithoutInstallAttribution() local
444 long baseTime = System.currentTimeMillis(); in populate_eventSourceAppDestWithInstallAttribution() local
485 long baseTime = System.currentTimeMillis(); in populate_eventSourceWebDestWithInstallAttribution() local
523 long baseTime = System.currentTimeMillis(); in populate_navigationSourceAppDestWithoutInstall() local
565 long baseTime = System.currentTimeMillis(); in populate_navigationSourceWebDestWithoutInstall() local
608 long baseTime = System.currentTimeMillis(); in testPopulate_navigationSourceAppDestWithInstallAttribution() local
655 long baseTime = System.currentTimeMillis(); in testpopulate_navigationSourceWebDestWithInstallAttribution() local
[all …]
DSourceTest.java1526 long baseTime = System.currentTimeMillis(); in validateAndSetNumReportStates_flexLiteValid_returnsTrue() local
1558 long baseTime = System.currentTimeMillis(); in validateAttributionScopeValues_attributionScopeEnabledValid_returnsTrue() local
1595 long baseTime = System.currentTimeMillis(); in validateAttributionScopeValues_infoGainTooHigh_returnsFalse() local
1632 long baseTime = System.currentTimeMillis(); in validateAttributionScopeValues_infoGainValid_returnsTrue() local
1663 long baseTime = System.currentTimeMillis(); in validateAttributionScopeValues_maxEventStatesNullNonDefaultVtc_returnsFalse() local
1700 long baseTime = System.currentTimeMillis(); in validateAttributionScopeValues_maxEventStatesNullNavigation_returnsFalse() local
1732 long baseTime = System.currentTimeMillis(); in validateAttributionScopeValues_maxEventStatesTooLow_maxEventStatesLimit() local
1761 long baseTime = System.currentTimeMillis(); in validateAndSetNumReportStates_flexLiteInvalid_returnsFalse() local
2005 long baseTime = System.currentTimeMillis(); in hasValidInformationGain_flexLite_withEventLevelEpsilonAndAttributionScope_success() local
2034 long baseTime = System.currentTimeMillis(); in testHasValidInformationGain_flexLite_enableEventLevelEpsilon_success() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/noising/
DSourceNoiseHandlerTest.java117 long baseTime = System.currentTimeMillis(); in fakeReports_flexEventReport_setsTriggerTime() local
160 long baseTime = System.currentTimeMillis(); in fakeReports_flexEventReport_correctlyOrdersTriggerSummaryBucket() local
207 long baseTime = System.currentTimeMillis(); in fakeReports_flexEventReport_ordersTriggerSummaryBucket_attributionScopeOff() local
251 long baseTime = System.currentTimeMillis(); in fakeReports_flexLiteEventReport_setsTriggerTime() local
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUsMotionEvent.java39 public long baseTime; field in UsMotionEvent
48 public UsMotionEvent(MotionEvent event, long baseTime) { in UsMotionEvent()
58 public UsMotionEvent(MotionEvent event, long baseTime, int pos) { in UsMotionEvent()
H A DRemoteClockInfo.java47 public long baseTime; field in RemoteClockInfo
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DContactsContract_RawContactsTest.java254 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactUpdate_updatesContactUpdatedTimestamp() local
270 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactPsuedoDelete_hasDeleteLogForContact() local
283 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactDelete_hasDeleteLogForContact() local
H A DContactsContract_DataTest.java572 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataInsert_updatesContactLastUpdatedTimestamp() local
589 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataDelete_updatesContactLastUpdatedTimestamp() local
668 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataUpdate_updatesContactLastUpdatedTimestamp() local
H A DContactsProvider2_AccountRemovalTest.java239 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, contactId); in testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated() local
H A DContactsContract_ContactsTest.java443 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testContactUpdate_updatesContactUpdatedTimestamp() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp45 const std::string& indent, PredictionState predictionState, nsecs_t baseTime) { in dumpTable()
1572 nsecs_t baseTime = in getBaseTime() local
1583 void FrameTimeline::DisplayFrame::dumpJank(std::string& result, nsecs_t baseTime, in dumpJank()
1641 nsecs_t baseTime = (mDisplayFrames.empty()) ? 0 : mDisplayFrames[0]->getBaseTime(); in dumpAll() local
1650 nsecs_t baseTime = (mDisplayFrames.empty()) ? 0 : mDisplayFrames[0]->getBaseTime(); in dumpJank() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/format/
H A DRelativeDateTimeFormatterTest.java62 final long baseTime = cal.getTimeInMillis(); in test_getRelativeTimeSpanStringCTS() local
454 final long baseTime = System.currentTimeMillis(); in test_getRelativeDateTimeStringCTS() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/processor/
H A DPowerStatsAggregator.java89 long baseTime = startTimeMs > 0 ? startTimeMs : UNINITIALIZED; in aggregatePowerStats() local
H A DAggregatedPowerStats.java315 long baseTime = 0; in dump() local
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Danimation.js218 _fireEvents: function(baseTime) { argument
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DUceRequestDispatcher.java170 Instant baseTime; in notifyStartOfRequest() local
/aosp_15_r20/external/walt/ios/WALT/
H A DWALTClient.m580 - (NSTimeInterval)baseTime { method
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5986 long baseTime = System.currentTimeMillis(); in testInsertStreamItemOverLimit() local
6019 long baseTime = System.currentTimeMillis(); in testInsertStreamItemOlderThanOldestInLimit() local
9336 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testContactUpdate_updatesContactUpdatedTimestamp() local
9369 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactUpdate_updatesContactUpdatedTimestamp() local
9386 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactPsuedoDelete_hasDeleteLogForContact() local
9400 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactDelete_hasDeleteLogForContact() local
9421 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataInsert_updatesContactLastUpdatedTimestamp() local
9440 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataDelete_updatesContactLastUpdatedTimestamp() local
9459 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataUpdate_updatesContactLastUpdatedTimestamp() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java4880 long baseTime = System.currentTimeMillis(); in scheduleSourceAttributionScopeDebugReport_maxEventStatesLimit_success() local
4919 long baseTime = System.currentTimeMillis(); in scheduleSourceAttributionScopeDebugReport_infoGainLimit_success() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DSimpleDateFormat.java924 private void initializeDefaultCenturyStart(long baseTime) { in initializeDefaultCenturyStart()
2411 long baseTime = localMillis + offsets[0]; in parse() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSimpleDateFormat.java919 private void initializeDefaultCenturyStart(long baseTime) { in initializeDefaultCenturyStart()
2396 long baseTime = localMillis + offsets[0]; in parse() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java1590 private void verifyWakeupSet(boolean useAwareTimeout, long baseTime) { in verifyWakeupSet()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBatteryStats.java6955 public void printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, in printNextItem()
6961 public void printNextItem(ProtoOutputStream proto, HistoryItem rec, long baseTime, in printNextItem()
6969 private String printNextItem(HistoryItem rec, long baseTime, boolean checkin, in printNextItem()
7538 long baseTime = -1; in dumpHistory() local
8464 long baseTime = -1; in dumpProtoHistoryLocked() local
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/seed/
DSeedActivityData.kt116 listOf(start, yesterday, lastWeek, lastMonth).flatMap { baseTime -> in <lambda>() method
/aosp_15_r20/cts/tests/tests/text/src/android/text/format/cts/
H A DTimeTest.java1836 Instant baseTime = Instant.ofEpochSecond(0); in testSetMillis_utc() local
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp76 int64_t baseTime; member

1234