Home
last modified time | relevance | path

Searched defs:setTimestamp (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DVehiclePropValueBuilder.java66 public VehiclePropValueBuilder setTimestamp(long timestamp) { in setTimestamp() method in VehiclePropValueBuilder
72 public VehiclePropValueBuilder setTimestamp() { in setTimestamp() method in VehiclePropValueBuilder
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DSimpleDate.java45 public void setTimestamp(long timestamp) { in setTimestamp() method in SimpleDate
/packages/apps/Dialer/java/com/android/dialer/voicemail/model/
DVoicemailEntry.java83 public abstract Builder setTimestamp(long timestamp); in setTimestamp() method in VoicemailEntry.Builder
/packages/apps/Dialer/java/com/android/dialer/calllog/model/
DCoalescedRow.java91 public abstract Builder setTimestamp(long timestamp); in setTimestamp() method in CoalescedRow.Builder
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemail.java112 public Builder setTimestamp(long timestamp) { in setTimestamp() method in Voicemail.Builder
/packages/services/Car/tools/emulator/
Dobd2_to_diagjson.py94 def setTimestamp(self, timestamp): member in Event