Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 2870) sorted by relevance

12345678910>>...115

/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DTimeUtilsTest.kt61 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in getPeriodStartDate_periodDay_startTimeSameDateAsLocal() constant
75 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in getPeriodStartDate_periodDay_startTimeDiffDateToLocal() constant
87 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in getPeriodStartDate_periodWeek_startTimeSameDateAsLocal() constant
101 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in getPeriodStartDate_periodWeek_startTimeDiffDateToLocal() constant
113 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in getPeriodStartDate_periodMonth_startTimeSameDateAsLocal() constant
127 val startTime = Instant.parse("2021-09-30T20:00:00.000Z") in getPeriodStartDate_periodMonth_startTimeDiffDateToLocal() constant
139 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in formatDateTimeForTimePeriod_periodDay_withWeekday_pastYear_startTimeSameDateAsLocal() constant
154 val startTime = Instant.parse("2022-09-19T20:00:00.000Z") in formatDateTimeForTimePeriod_periodDay_withWeekday_sameYear_startTimeSameDateAsLocal() constant
169 val startTime = Instant.parse("2021-09-19T20:00:00.000Z") in formatDateTimeForTimePeriod_periodDay_withoutWeekday_pastYear_startTimeSameDateAsLocal() constant
184 val startTime = Instant.parse("2022-09-19T20:00:00.000Z") in formatDateTimeForTimePeriod_periodDay_withoutWeekday_sameYear_startTimeSameDateAsLocal() constant
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DGetAdSelectionDataLatency.java137 long startTime = System.nanoTime(); in test_withoutFiltering_varyingBuyers_1() local
164 long startTime = System.nanoTime(); in test_withoutFiltering_varyingBuyers_10() local
191 long startTime = System.nanoTime(); in test_withoutFiltering_varyingBuyers_100() local
219 long startTime = System.nanoTime(); in test_withoutFiltering_varyingBuyers_500() local
248 long startTime = System.nanoTime(); in test_withoutFiltering_varyingBuyers_1000() local
276 long startTime = System.nanoTime(); in test_withoutFiltering_varyingCAs_1() local
303 long startTime = System.nanoTime(); in test_withoutFiltering_varyingCAs_10() local
330 long startTime = System.nanoTime(); in test_withoutFiltering_varyingCAs_100() local
358 long startTime = System.nanoTime(); in test_withoutFiltering_varyingCAs_500() local
390 long startTime = System.nanoTime(); in test_withoutFiltering_varyingCAs_1000() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/
H A Dexamples-1.json45 "startTime": 1479832341.854 number
55 "startTime": 1479832342.23 number
65 "startTime": 1479832415.064 number
75 "startTime": 1479832461.261 number
85 "startTime": 1479832461.354 number
95 "startTime": 1479832461.448 number
105 "startTime": 1479832471.115 number
115 "startTime": 1479832471.224 number
125 "startTime": 1479832471.791 number
129 "startTime": 1479832474.764 number
[all …]
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DRequestFinishedInfoTest.java127 Date startTime = new Date(); in testRequestFinishedListener() local
140 MetricsTestUtil.checkHasConnectTiming(requestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListener() local
162 Date startTime = new Date(); in testRequestFinishedListenerDirectExecutor() local
177 MetricsTestUtil.checkHasConnectTiming(requestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerDirectExecutor() local
196 Date startTime = new Date(); in testRequestFinishedListenerDifferentThreads() local
213 firstRequestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerDifferentThreads() local
218 secondRequestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerDifferentThreads() local
241 Date startTime = new Date(); in testRequestFinishedListenerFailedRequest() local
268 MetricsTestUtil.assertAfter(metrics.getRequestStart(), startTime); in testRequestFinishedListenerFailedRequest() local
393 Date startTime = new Date(); in testRequestFinishedListenerCanceledRequest() local
[all …]
H A DMetricsTestUtil.java57 RequestFinishedInfo.Metrics metrics, Date startTime, Date endTime) { in checkTimingMetrics()
59 assertAfter(metrics.getRequestStart(), startTime); in checkTimingMetrics() local
61 assertAfter(metrics.getSendingStart(), startTime); in checkTimingMetrics() local
65 assertAfter(metrics.getResponseStart(), startTime); in checkTimingMetrics() local
76 RequestFinishedInfo.Metrics metrics, Date startTime, Date endTime, boolean isSsl) { in checkHasConnectTiming()
78 assertAfter(metrics.getDnsStart(), startTime); in checkHasConnectTiming() local
82 assertAfter(metrics.getConnectStart(), startTime); in checkHasConnectTiming() local
87 assertAfter(metrics.getSslStart(), startTime); in checkHasConnectTiming() local
108 RequestFinishedInfo info, String url, Date startTime, Date endTime) { in checkRequestFinishedInfo()
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DUsageStatsTest.java423 final long startTime = System.currentTimeMillis(); in testLastTimeVisible_launchActivityShouldBeDetected() local
436 final long startTime = System.currentTimeMillis(); in testLastTimeAnyComponentUsed_launchActivityShouldBeDetected() local
449 final long startTime = System.currentTimeMillis(); in testLastTimeAnyComponentUsed_bindServiceShouldBeDetected() local
463 final long startTime = System.currentTimeMillis(); in testLastTimeAnyComponentUsed_bindExplicitBroadcastReceiverShouldBeDetected() local
477 final long startTime = System.currentTimeMillis(); in testLastTimeAnyComponentUsed_bindContentProviderShouldBeDetected() local
485 long startTime, long endTime, String targetPackage) { in verifyLastTimeVisibleWithinRange()
503 long startTime, long endTime, String targetPackage) { in verifyLastTimeAnyComponentUsedWithinRange()
530 private UsageStats getAggregateUsageStats(long startTime, long endTime, String targetPackage) { in getAggregateUsageStats()
551 final long startTime = System.currentTimeMillis(); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored() local
595 final long startTime = System.currentTimeMillis(); in testOrderedActivityLaunchSequenceInEventLog() local
[all …]
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DAggregateWithFiltersTest.java106 Instant startTime = Instant.now().minus(1, DAYS); in dataOriginFilter_noFilter_everythingIncluded() local
129 Instant startTime = Instant.now().minus(1, DAYS); in dataOriginFilter_validFilter_onlyDataFromFilteredApps() local
153 Instant startTime = Instant.now().minus(1, DAYS); in dataOriginFilter_invalidApp_noDataReturned() local
201 Instant startTime = Instant.now().minus(1, DAYS); in dataOriginFilter_appNotInPriorityList_noDataReturned() local
246 Instant startTime = Instant.now().minus(1, DAYS); in dataOriginFilter_noDataFromFilteredApps_noDataReturned() local
287 Instant startTime = Instant.now().minus(1, DAYS); in timeRangeFilter_noDataWithinTimeInterval_noDataReturned() local
325 Instant startTime = Instant.now().minus(1, DAYS); in timeRangeFilter_priorityType_outOfRangePriorityDataTrimmed() local
363 Instant startTime = Instant.now().minus(1, DAYS); in timeRangeFilter_nonPriorityType_outOfRangeNonPriorityDataExcluded() local
461 Instant startTime = Instant.now().minus(1, DAYS); in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults() local
479 inRangeSamples.build(), startTime, startTime.plusMillis(5000)), in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults() local
[all …]
DBaseDurationAggregationTest.java98 Instant startTime, in createRecord()
103 final RecordType createRecord(Instant startTime, Instant endTime) { in createRecord()
138 Instant startTime = YESTERDAY_11AM.toInstant(); in oneRecord_largeWindow_returnsRecordDuration() local
166 Instant startTime = YESTERDAY_11AM.toInstant(); in oneRecord_startsBeforeWindowStart_endsOnWindowEnd_returnsOverlapDuration() local
192 Instant startTime = YESTERDAY_11AM.toInstant(); in oneRecord_startsOnWindowStart_endsAfterWindowEnd_returnsOverlapDuration() local
218 Instant startTime = YESTERDAY_11AM.toInstant(); in oneRecord_startsBeforeWindowStart_endsAfterWindowEnd_returnsOverlapDuration() local
243 Instant startTime = YESTERDAY_11AM.toInstant(); in oneRecord_startsOnWindowEnd_returnsNull() local
264 Instant startTime = YESTERDAY_11AM.toInstant(); in oneRecord_endsOnWindowStart_returnsNull() local
285 Instant startTime = YESTERDAY_11AM.plusHours(1).plusMinutes(10).toInstant(); in aggregate_multipleOverlappingRecords_takesOverlapsIntoAccount() local
322 Instant startTime = YESTERDAY_11AM.plusMinutes(40).toInstant(); in aggregate_multipleNotOverlappingRecords_returnsSumOfDurations() local
[all …]
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/app/usage/
DNetworkStatsManager.java249 long startTime, long endTime) { in querySummaryForDevice()
298 long startTime, long endTime) throws SecurityException, RemoteException { in querySummaryForDevice()
343 long startTime, long endTime) throws SecurityException, RemoteException { in querySummaryForUser()
391 public NetworkStats querySummary(int networkType, @Nullable String subscriberId, long startTime, in querySummary()
424 public NetworkStats querySummary(@NonNull NetworkTemplate template, long startTime, in querySummary()
458 public NetworkStats queryTaggedSummary(@NonNull NetworkTemplate template, long startTime, in queryTaggedSummary()
495 long startTime, long endTime) { in queryDetailsForDevice()
539 long startTime, long endTime, int uid) throws SecurityException { in queryDetailsForUid()
547 long startTime, long endTime, int uid) throws SecurityException { in queryDetailsForUid()
595 long startTime, long endTime, int uid, int tag) throws SecurityException { in queryDetailsForUidTag()
[all …]
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DMindfulnessSessionRecordTest.java89 Instant startTime = endTime.minusSeconds(60); in mindfulnessSessionRecordBuilder_allFieldsSet() local
132 Instant startTime = endTime.minusSeconds(60); in mindfulnessSessionRecordBuilder_optionalFieldsUnset() local
167 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_allFieldsEqual_recordsEqual() local
197 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_metadataNotEqual_recordsNotEqual() local
260 Instant startTime = endTimeA.minusSeconds(60); in equals_hashCode_endTimeNotEqual_recordsNotEqual() local
290 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_sessionTypeNotEqual_recordsNotEqual() local
320 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_titleNotEqual_recordsNotEqual() local
350 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_notesNotEqual_recordsNotEqual() local
380 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_startZoneOffsetNotEqual_recordsNotEqual() local
411 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_endZoneOffsetNotEqual_recordsNotEqual() local
DActivityIntensityRecordTest.java94 Instant startTime = endTime.minusSeconds(60); in activityIntensityRecordBuilder_allFieldsSet() local
133 Instant startTime = endTime.minusSeconds(60); in activityIntensityRecordBuilder_optionalFieldsUnset() local
165 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_allFieldsEqual_recordsEqual() local
191 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_metadataNotEqual_recordsNotEqual() local
246 Instant startTime = endTimeA.minusSeconds(60); in equals_hashCode_endTimeNotEqual_recordsNotEqual() local
272 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_intensityTypeNotEqual_recordsNotEqual() local
298 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_startZoneOffsetNotEqual_recordsNotEqual() local
325 Instant startTime = endTime.minusSeconds(60); in equals_hashCode_endZoneOffsetNotEqual_recordsNotEqual() local
DExerciseSessionRecordTest.java906 Instant startTime = now.minusSeconds(i + 1); in insertAndReadRecords() local
973 private static ExerciseSessionRecord buildSession(Instant startTime, Instant endTime) { in buildSession()
979 Instant startTime, Instant endTime, ZoneOffset zoneOffset) { in buildSession()
992 Instant startTime, Instant endTime, String clientRecordId) { in buildSession()
997 Instant startTime, Instant endTime, double lat, double lng) { in buildSession()
1002 String id, Instant startTime, Instant endTime, double lat, double lng) { in buildSession()
1013 Instant startTime, Instant endTime, String clientRecordId, double lat, double lng) { in buildSession()
1023 Instant startTime, Instant endTime, String clientRecordId, Location location) { in buildSession()
1029 Instant startTime, in buildSession()
1040 Instant startTime, in buildSession()
[all …]
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/
DDeletionParametersTest.kt42 val startTime = Instant.parse("2022-11-11T20:00:00.000Z") in deletionTypeHealthPermissionTypeData_toParcel() constant
77 val startTime = Instant.parse("2022-11-11T20:00:00.000Z") in deletionTypeCategoryData_toParcel() constant
190 val startTime = Instant.parse("2022-11-11T20:00:00.000Z") in getEndTimeInstant_24HoursRangeSelected_correctEndTimeReturned() constant
205 val startTime = Instant.parse("2022-11-11T20:00:00.000Z") in getEndTimeInstant_allTimeRangeSelected_correctEndTimeReturned() constant
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DDecodeJob.java83 long startTime = LogTime.getLogTime(); in decodeResultFromCache() local
107 long startTime = LogTime.getLogTime(); in decodeSourceFromCache() local
137 long startTime = LogTime.getLogTime(); in transformEncodeAndTranscode() local
157 long startTime = LogTime.getLogTime(); in writeTransformedToCache() local
168 long startTime = LogTime.getLogTime(); in decodeSource() local
188 long startTime = LogTime.getLogTime(); in decodeFromSourceData() local
198 long startTime = LogTime.getLogTime(); in cacheAndDecodeSourceData() local
249 private void logWithTimeAndKey(String message, long startTime) { in logWithTimeAndKey()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDatabaseUtils.java160 final long startTime = System.currentTimeMillis(); in getAppUsageStartTimestampOfUser() local
189 final long startTime = System.currentTimeMillis(); in getAppUsageEventForUsers() local
229 final long startTime = System.currentTimeMillis(); in getBatteryEvents() local
264 final long startTime = System.currentTimeMillis(); in getBatteryUsageSlots() local
290 final long startTime = System.currentTimeMillis(); in getLastFullChargeTime() local
314 final long startTime = System.currentTimeMillis(); in getBatteryStateLatestTimestampBeforeQueryTimestamp() local
343 final long startTime = System.currentTimeMillis(); in getHistoryMapSinceQueryTimestamp() local
559 final long startTime = System.currentTimeMillis(); in sendAppUsageEventData() local
593 final long startTime = System.currentTimeMillis(); in sendBatteryEventData() local
612 final long startTime = System.currentTimeMillis(); in sendBatteryEventData() local
[all …]
DDataProcessManager.java229 final long startTime = System.currentTimeMillis(); in loadCurrentBatteryHistoryMap() local
271 final long startTime = System.currentTimeMillis(); in loadCurrentAppUsageList() local
321 final long startTime = System.currentTimeMillis(); in loadDatabaseAppUsageList() local
355 final long startTime = System.currentTimeMillis(); in loadPowerConnectionBatteryEventList() local
389 final long startTime = System.currentTimeMillis(); in loadBatteryUsageSlotList() local
421 final long startTime = System.currentTimeMillis(); in loadAndApplyBatteryMapFromServiceOnly() local
487 final long startTime = System.currentTimeMillis(); in generateFinalDataAndApplyCallback() local
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DActivityIntensityRecordFactory.java38 Metadata metadata, Instant startTime, Instant endTime) { in newFullRecord()
48 Metadata metadata, Instant startTime, Instant endTime) { in anotherFullRecord()
58 Metadata metadata, Instant startTime, Instant endTime) { in newEmptyRecord()
87 Instant startTime, in newRecordFromValuesBundle()
100 public ActivityIntensityRecord newRecord(Instant startTime, Instant endTime, int type) { in newRecord()
106 Instant startTime, in newRecord()
/aosp_15_r20/libcore/benchmarks/src/benchmarks/
H A DBigIntegerBenchmark.java40 private static void printTime(String s, long startTime, int reps) { in printTime()
67 long startTime = getStartTime(); in repeatInner() local
89 long startTime = getStartTime(); in repeatHarmonic1000() local
108 long startTime = getStartTime(); in repeatToString() local
148 long startTime = getStartTime(); in repeatEApprox() local
170 long startTime = getStartTime(); in repeatModPow() local
197 long startTime = getStartTime(); in repeatModInverse() local
/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp118 void checkMetadata(uint8_t** buffer, uint8_t numElements, int64_t startTime, int64_t endTime, in checkMetadata()
145 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
186 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
211 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
236 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
262 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
298 int64_t startTime = android::elapsedRealtimeNano(); in TEST_GUARDED() local
356 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
398 int64_t startTime = android::elapsedRealtimeNano(); in TEST() local
445 int64_t startTime = android::elapsedRealtimeNano(); in TEST_GUARDED() local
[all …]
/aosp_15_r20/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java158 long startTime = SystemClock.uptimeMillis(); in waitForNetworkState() local
177 long startTime = SystemClock.uptimeMillis(); in waitForWifiState() local
196 long startTime = SystemClock.uptimeMillis(); in waitForWifiApState() local
221 long startTime = SystemClock.uptimeMillis(); in waitForTetherStateChange() local
286 long startTime = System.currentTimeMillis(); in pingTest() local
419 long startTime = SystemClock.uptimeMillis(); in waitForActiveNetworkConnection() local
435 long startTime = SystemClock.uptimeMillis(); in waitUntilNoActiveNetworkConnection() local
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DRun.java39 private Instant startTime; field in Run
61 public Instant startTime() { in startTime() method in Run
93 private Instant startTime; field in Run.Builder
104 public Builder startTime(Instant startTime) { in startTime() method in Run.Builder
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/route/src/android/healthconnect/cts/route/
DExerciseRouteTestHelper.java86 static ExerciseSessionRecord getExerciseSessionWithRoute(Metadata metadata, Instant startTime) { in getExerciseSessionWithRoute()
99 Metadata metadata, Instant startTime) { in getExerciseSessionWithoutRoute()
104 Metadata metadata, Instant startTime, ExerciseRoute route) { in getExerciseSession()
114 static ExerciseRoute getRoute(Instant startTime) { in getRoute()
125 static ExerciseRoute getAnotherRoute(Instant startTime) { in getAnotherRoute()
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DPriorityAggregationTestDataFactory.java24 int startTime, in createSessionData()
33 int startTime, in createSessionData()
45 int startTime, int endTime, int priority) { in createSessionData()
51 int startTime, int endTime, int count, int priority, int lastModifiedTime) { in createStepsData()
58 long startTime, long endTime, int count, int priority, int lastModifiedTime) { in createStepsData()
/aosp_15_r20/cts/tests/tests/companion/uicommon/src/android/companion/cts/uicommon/
H A DCompanionDeviceManagerUi.kt61 val startTime = SystemClock.uptimeMillis() in waitUntilVisible() constant
89 val startTime = SystemClock.uptimeMillis() in waitUntilPositiveButtonIsEnabledAndClick() constant
115 val startTime = SystemClock.uptimeMillis() in waitUntilAppAppeared() constant
/aosp_15_r20/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
H A DWaitUtils.kt117 val startTime = uptimeMillis() in waitToBecomeTrue() constant
212 val startTime = now() in waitForNullableValueToSettle() constant
349 private val startTime = uptimeMillis() in log() constant in android.platform.uiautomator_helpers.WaitUtils.LoggerImpl

12345678910>>...115