Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 25 of 94) sorted by relevance

1234

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarDrivingRestrictionsTest.java102 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChange()
112 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChange()
122 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChange()
134 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChange()
150 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChange()
169 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChange()
192 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChangeForMalformedInputs()
202 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChangeForMalformedInputs()
212 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChangeForMalformedInputs()
230 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testDrivingStateChangeForMalformedInputs()
H A DCarSensorManagerTest.java168 .setTimestamp(51L) in testEvents()
192 .setTimestamp(1001) in testEvents()
218 .setTimestamp(2001) in testEvents()
275 .setTimestamp(time) in injectIgnitionStateAndAssert()
323 .setTimestamp(time) in injectGearEventAndAssert()
369 .setTimestamp(1001L) in testEventsWithMultipleListeners()
410 .setTimestamp(2001) in testEventsWithMultipleListeners()
451 .setTimestamp(3002) in testEventsWithMultipleListeners()
463 .setTimestamp() in testEventsWithMultipleListeners()
H A DCarPropertyServiceTest.java71 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build()); in CarPropertyServiceTest()
75 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build()); in CarPropertyServiceTest()
79 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build()); in CarPropertyServiceTest()
83 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build()); in CarPropertyServiceTest()
H A DCarHvacManagerTest.java197 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent()
210 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent()
223 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent()
250 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testUnregisterCallback()
288 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in onPropertySubscribe()
H A DCarCabinManagerTest.java154 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent()
168 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent()
202 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in onPropertySubscribe()
H A DCarProjectionManagerTest.java133 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in sendVoiceKey()
151 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in sendVoiceKey()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DPropertyHalServiceIdsTest.java72 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
77 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
81 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
85 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
89 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
93 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DMetaBugReport.java142 .setTimestamp("") in builder()
168 .setTimestamp(timestamp)
193 public abstract Builder setTimestamp(String timestamp); in setTimestamp() method in MetaBugReport.Builder
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java99 entry.setTimestamp(timestampVal); in createEntry()
110 entry.setTimestamp(timestampVal); in createEntry()
115 private void setTimestamp(String timestamp) { in setTimestamp() method in TrackerEntry
213 entry.setTimestamp(timestamp); in createEntry()
/aosp12/frameworks/av/services/mediametrics/tests/
H A Dmediametrics_tests.cpp667 .setTimestamp(10); in TEST()
680 .setTimestamp(11); in TEST()
691 .setTimestamp(12); in TEST()
718 .setTimestamp(10); in TEST()
729 .setTimestamp(11); in TEST()
803 .setTimestamp(10); in TEST()
807 .setTimestamp(11); in TEST()
839 .setTimestamp(10); in TEST()
845 .setTimestamp(11); in TEST()
875 .setTimestamp(10); in TEST()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DSimpleDate.java40 setTimestamp(timestamp); in SimpleDate()
45 public void setTimestamp(long timestamp) { in setTimestamp() method in SimpleDate
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
H A DVehiclePropValueBuilder.java66 public VehiclePropValueBuilder setTimestamp(long timestamp) { in setTimestamp() method in VehiclePropValueBuilder
72 public VehiclePropValueBuilder setTimestamp() { in setTimestamp() method in VehiclePropValueBuilder
H A DDiagnosticEventBuilder.java152 propValueBuilder.setTimestamp(); in build()
154 propValueBuilder.setTimestamp(timestamp); in build()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java84 public final void setTimestamp(long timestamp) { in setTimestamp() method in Frame
85 mBackingStore.setTimestamp(timestamp); in setTimestamp()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java49 result.setTimestamp(Frame.TIMESTAMP_NOT_SET); in newFrame()
59 result.setTimestamp(Frame.TIMESTAMP_NOT_SET); in newBoundFrame()
/aosp12/packages/services/Car/tools/emulator/
H A Dobd2_to_diagjson.py94 def setTimestamp(self, timestamp): member in Event
149 event.setTimestamp(json.timestamp)
160 event.setTimestamp(self.getTimestamp())
/aosp12/frameworks/av/services/mediametrics/fuzzer/
H A Dmediametrics_service_fuzzer.cpp261 .setTimestamp(fdp.ConsumeIntegral<int32_t>()); in invokeTransactionLog()
274 .setTimestamp(fdp.ConsumeIntegral<int32_t>()); in invokeTransactionLog()
284 .setTimestamp(fdp.ConsumeIntegral<int32_t>()); in invokeTransactionLog()
335 .setTimestamp(fdp.ConsumeIntegral<int32_t>()); in invokeAudioAnalytics()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java63 return new Builder().setNumber(number).setTimestamp(timestamp); in createForInsertion()
104 public Builder setTimestamp(long timestamp) { in setTimestamp() method in Voicemail.Builder
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java170 builder.setTimestamp(protoInputStream.readLong(PeopleEventProto.TIME)); in readFromProto()
236 private Builder setTimestamp(long timestamp) { in setTimestamp() method in Event.Builder
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemail.java71 return new Builder().setNumber(number).setTimestamp(timestamp); in createForInsertion()
112 public Builder setTimestamp(long timestamp) { in setTimestamp() method in Voicemail.Builder
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringSource.java51 output.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in process()
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
H A DRttChatMessage.java100 .setTimestamp(rttTranscript.getTimestamp()) in getRttTranscriptWithNewRemoteMessage()
201 .setTimestamp(message.timstamp) in toTranscriptMessageList()
/aosp12/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterEffect.java93 frame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in frameFromTexture()
/aosp12/frameworks/base/media/java/android/media/
H A DImage.java270 public void setTimestamp(long timestamp) { in setTimestamp() method in Image
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DObjectSource.java63 mFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in process()

1234