/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarDrivingRestrictionsTest.java | 102 .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 D | CarSensorManagerTest.java | 168 .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 D | CarPropertyServiceTest.java | 71 .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 D | CarHvacManagerTest.java | 197 .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 D | CarCabinManagerTest.java | 154 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent() 168 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent() 202 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in onPropertySubscribe()
|
H A D | CarProjectionManagerTest.java | 133 .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 D | PropertyHalServiceIdsTest.java | 72 .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 D | MetaBugReport.java | 142 .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 D | TrackerEntry.java | 99 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 D | mediametrics_tests.cpp | 667 .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 D | SimpleDate.java | 40 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 D | VehiclePropValueBuilder.java | 66 public VehiclePropValueBuilder setTimestamp(long timestamp) { in setTimestamp() method in VehiclePropValueBuilder 72 public VehiclePropValueBuilder setTimestamp() { in setTimestamp() method in VehiclePropValueBuilder
|
H A D | DiagnosticEventBuilder.java | 152 propValueBuilder.setTimestamp(); in build() 154 propValueBuilder.setTimestamp(timestamp); in build()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | Frame.java | 84 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 D | CachedFrameManager.java | 49 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 D | obd2_to_diagjson.py | 94 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 D | mediametrics_service_fuzzer.cpp | 261 .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 D | Voicemail.java | 63 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 D | Event.java | 170 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 D | Voicemail.java | 71 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 D | StringSource.java | 51 output.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in process()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/ |
H A D | RttChatMessage.java | 100 .setTimestamp(rttTranscript.getTimestamp()) in getRttTranscriptWithNewRemoteMessage() 201 .setTimestamp(message.timstamp) in toTranscriptMessageList()
|
/aosp12/frameworks/base/media/mca/effect/java/android/media/effect/ |
H A D | FilterEffect.java | 93 frame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in frameFromTexture()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | Image.java | 270 public void setTimestamp(long timestamp) { in setTimestamp() method in Image
|
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
H A D | ObjectSource.java | 63 mFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in process()
|