/packages/services/Car/tests/carservice_test/src/com/android/car/ |
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()
|
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()
|
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()
|
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()
|
D | CarCabinManagerTest.java | 154 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent() 168 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in testEvent() 202 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in onPropertySubscribe()
|
D | CarProjectionManagerTest.java | 133 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in sendVoiceKey() 151 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in sendVoiceKey()
|
D | CarPowerManagementTest.java | 388 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in onPropertyGet() 479 .setTimestamp(SystemClock.elapsedRealtimeNanos()) in sendPowerState()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceIdsTest.java | 70 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build(); 75 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build(); 79 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build(); 83 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build(); 87 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build(); 91 .setTimestamp(SystemClock.elapsedRealtimeNanos()).build();
|
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
D | MetaBugReport.java | 135 .setTimestamp("") in builder() 160 .setTimestamp(timestamp) 184 public abstract Builder setTimestamp(String timestamp); in setTimestamp() method in MetaBugReport.Builder
|
/packages/services/Car/tools/emulator/ |
D | obd2_to_diagjson.py | 94 def setTimestamp(self, timestamp): member in Event 149 event.setTimestamp(json.timestamp) 160 event.setTimestamp(self.getTimestamp())
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | SimpleDate.java | 40 setTimestamp(timestamp); in SimpleDate() 45 public void setTimestamp(long timestamp) { in setTimestamp() method in SimpleDate
|
D | MtpDeviceIndexRunnable.java | 144 mDateInstance.setTimestamp(objectInfo.getDateCreated()); in addObject()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | CarEmulator.java | 82 .setTimestamp() in injectKey() 99 .setTimestamp(SystemClock.elapsedRealtimeNanos())
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
D | VehiclePropValueBuilder.java | 66 public VehiclePropValueBuilder setTimestamp(long timestamp) { in setTimestamp() method in VehiclePropValueBuilder 72 public VehiclePropValueBuilder setTimestamp() { in setTimestamp() method in VehiclePropValueBuilder
|
D | DiagnosticEventBuilder.java | 152 propValueBuilder.setTimestamp(); in build() 154 propValueBuilder.setTimestamp(timestamp); in build()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
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
|
/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/ |
D | RttChatMessage.java | 100 .setTimestamp(rttTranscript.getTimestamp()) in getRttTranscriptWithNewRemoteMessage() 201 .setTimestamp(message.timstamp) in toTranscriptMessageList()
|
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/ |
D | NotificationMsgDelegateTest.java | 110 .setTimestamp((long) 1577909718950f) 121 .setTimestamp((long) 1577909718050f) 290 .setTimestamp((long) 1577909718950f) in invalidMessageShouldDoNothing()
|
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/ |
D | DTC.java | 123 public void setTimestamp(long timestamp) { in setTimestamp() method in DTC
|
D | DTCDetailActivity.java | 118 mDTC.setTimestamp(timestamps[timestamps.length - 1]); in onCreate()
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/ |
D | VoicemailCursorLoader.java | 106 .setTimestamp(cursor.getLong(TIMESTAMP)) in toVoicemailEntry()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | RttCallPresenter.java | 96 .setTimestamp(dialerCall.getCreationTimeMillis()) in saveTranscript()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/core/instrumentation/ |
D | SettingsIntelligenceLogWriter.java | 126 .setTimestamp(now.toString()) in action()
|
/packages/apps/Settings/src/com/android/settings/core/instrumentation/ |
D | SettingsIntelligenceLogWriter.java | 126 .setTimestamp(now.toString()) in action()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | Coalescer.java | 248 .setTimestamp(annotatedCallLogRow.getLong(timestampColumn)) in mergeRow()
|