/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | SyncMessagesAction.java | 83 final long startTimestamp = now - smsSyncBackoffTimeMillis; in fullSync() local 101 final long startTimestamp = now - smsSyncBackoffTimeMillis; in sync() local 113 final long startTimestamp = now; in immediateSync() local 118 private static void sync(final long startTimestamp) { in sync() 135 final int maxMessagesToUpdate, final long startTimestamp) { in SyncMessagesAction() 149 final long startTimestamp = actionParameters.getLong(KEY_START_TIMESTAMP); in executeAction() local 359 final long startTimestamp = actionParameters.getLong(KEY_START_TIMESTAMP); in processBackgroundResponse() local
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
H A D | TimeSeries.java | 54 List<LabelValue> labelValues, List<Point> points, @Nullable Timestamp startTimestamp) { in create() 82 List<LabelValue> labelValues, Point point, @Nullable Timestamp startTimestamp) { in createWithOnePoint() 109 List<LabelValue> labelValues, List<Point> points, @Nullable Timestamp startTimestamp) { in createInternal()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | DataProcessor.java | 301 final long startTimestamp = timestamps.get(hourlyIndex); in generateAppUsagePeriodMap() local 474 final long startTimestamp = rawTimestampList.get(0); in getTimestampSlots() local 546 final Long startTimestamp = hourlyTimestamps.get(hourlyIndex); in getBatteryDiffDataMap() local 632 final long startTimestamp, in generateBatteryDiffData() 903 final long startTimestamp, in getBatteryDiffDataMapFromStatsService() 1128 final long startTimestamp = expectedTimestampSlots.get(0); in interpolateHistory() local 1290 final Long startTimestamp = hourlyTimestamps.get(hourlyIndex); in insertHourlyUsageDiffData() local 1326 final long startTimestamp, in insertHourlyUsageDiffDataPerSlot() 1602 long startTimestamp = Long.MAX_VALUE; in getAccumulatedUsageDiffData() local
|
D | BatteryLevelData.java | 90 private int getIndexByTimestamps(long startTimestamp, long endTimestamp) { in getIndexByTimestamps() 139 public Pair<Integer, Integer> getIndexByTimestamps(long startTimestamp, long endTimestamp) { in getIndexByTimestamps() 204 final long startTimestamp = timestampList.get(0); in getDailyTimestamps() local
|
D | DataProcessManager.java | 580 final long startTimestamp = in getBatteryLevelData() local 608 final long startTimestamp, in getPeriodBatteryLevelData()
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/ |
H A D | ScenarioInstanceImpl.kt | 37 val startTimestamp: Timestamp, in <lambda>() constant in android.tools.flicker.ScenarioInstanceImpl 86 val startTimestamp = traceSlice.startTimestamp in <lambda>() constant
|
/aosp_15_r20/development/tools/winscope/src/parsers/events/ |
H A D | traces_parser_cujs.ts | 134 const startTimestamp = assertDefined( constant 167 startTimestamp: this.makeCujTimestampObject(startTimestamp), constant 259 startTimestamp: Timestamp; property
|
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/metrics/export/ |
D | AutoValue_TimeSeries.java | 17 private final Timestamp startTimestamp; field in AutoValue_TimeSeries 22 @Nullable Timestamp startTimestamp) { in AutoValue_TimeSeries()
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/extractors/ |
H A D | ShellTransitionScenarioExtractor.kt | 30 val startTimestamp = Utils.interpolateStartTimestampFromTransition(it, reader) in extract() constant
|
H A D | TaggedScenarioExtractor.kt | 77 val startTimestamp = in <lambda>() constant
|
H A D | TraceSlice.kt | 24 val startTimestamp: Timestamp, constant in android.tools.flicker.extractors.TraceSlice
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/ |
H A D | CoverageRecorder.kt | 42 private var startTimestamp: Instant? = null in <lambda>() variable 135 val startTimestamp = startTimestamp ?: return in <lambda>() constant
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/test/ |
H A D | GRPCVehicleHardwareUnitTest.cpp | 188 int64_t startTimestamp = elapsedRealtimeNano(); in TEST_F() local 231 int64_t startTimestamp = elapsedRealtimeNano(); in TEST_F() local 376 int64_t startTimestamp = elapsedRealtimeNano(); in TEST_F() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/test/ |
H A D | GRPCVehicleHardwareUnitTest.cpp | 188 int64_t startTimestamp = elapsedRealtimeNano(); in TEST_F() local 231 int64_t startTimestamp = elapsedRealtimeNano(); in TEST_F() local 376 int64_t startTimestamp = elapsedRealtimeNano(); in TEST_F() local
|
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/trace/export/ |
D | AutoValue_SpanData.java | 29 private final Timestamp startTimestamp; field in AutoValue_SpanData 54 Timestamp startTimestamp, in AutoValue_SpanData()
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/export/ |
H A D | SpanData.java | 65 Timestamp startTimestamp, in create() 120 Timestamp startTimestamp, in create()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | SyncManager.java | 188 public synchronized boolean shouldSync(final boolean full, final long startTimestamp) { in shouldSync() 227 public long delayUntilFullSync(final long startTimestamp) { in delayUntilFullSync()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | DataProcessorTest.java | 757 final long startTimestamp = startCalendar.getTimeInMillis(); in getTimestampSlots_startWithEvenHour_returnExpectedResult() local 785 final long startTimestamp = startCalendar.getTimeInMillis(); in getTimestampSlots_startWithOddHour_returnExpectedResult() local 2567 final long startTimestamp, in verifyExpectedTimestampSlots()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 510 public void recordNdpStatus(int status, boolean isOutOfBand, int role, long startTimestamp, in recordNdpStatus() 518 public void recordNdpStatus(int status, boolean isOutOfBand, int role, long startTimestamp, in recordNdpStatus()
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/events/ |
H A D | Cuj.kt | 24 val startTimestamp: Timestamp, constant in android.tools.traces.events.Cuj
|
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/ |
H A D | SensorRatePermissionEventConnectionTestHelper.java | 59 long startTimestamp, long endTimestamp) { in computeAvgRate()
|
/aosp_15_r20/external/opencensus-java/exporters/trace/elasticsearch/src/main/java/io/opencensus/exporter/trace/elasticsearch/ |
H A D | JsonConversionUtils.java | 120 final Timestamp startTimestamp = span.getStartTimestamp(); in convertToJson() local
|
/aosp_15_r20/external/opencensus-java/exporters/trace/zipkin/src/main/java/io/opencensus/exporter/trace/zipkin/ |
H A D | ZipkinExporterHandler.java | 107 long startTimestamp = toEpochMicros(spanData.getStartTimestamp()); in generateSpan() local
|
/aosp_15_r20/external/opencensus-java/exporters/trace/instana/src/main/java/io/opencensus/exporter/trace/instana/ |
H A D | InstanaExporterHandler.java | 131 final Timestamp startTimestamp = span.getStartTimestamp(); in convertToJson() local
|
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/ |
H A D | SpanDataTest.java | 53 private static final Timestamp startTimestamp = Timestamp.create(123, 456); field in SpanDataTest
|