Searched defs:getTimestamp (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstMediaItem.java42 public long getTimestamp(); method in interface:BurstMediaItem
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
H A Dhistorical_info.h37 int getTimestamp() const { function in class:latinime::HistoricalInfo
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DImageProxy.java92 * @see {@link android.media.Image#getTimestamp}
94 public long getTimestamp(); method in interface:ImageProxy
H A DForwardingImageProxy.java80 * @see {@link android.media.Image#getTimestamp}
83 public long getTimestamp() { method in class:ForwardingImageProxy
84 return mImpl.getTimestamp();
106 .add("timestamp", getTimestamp())
124 otherImage.getTimestamp() == getTimestamp();
129 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
H A DAndroidImageProxy.java108 mTimestamp = mImage.getTimestamp();
179 * @see {@link android.media.Image#getTimestamp}
182 public long getTimestamp() { method in class:AndroidImageProxy
208 .add("timestamp", getTimestamp())
226 otherImage.getTimestamp() == getTimestamp();
231 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java97 public long getTimestamp() { method in class:DataStatus
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_writing_helper.h96 int getTimestamp() const { function in class:latinime::backward::v402::Ver4PatriciaTrieWritingHelper::DictProbability
115 if (left.getTimestamp() != right.getTimestamp()) {
116 return left.getTimestamp() < right.getTimestamp();
/packages/apps/Messaging/src/com/android/messaging/util/
H A DDates.java122 return getTimestamp(time, System.currentTimeMillis(), abbreviated,
127 public static CharSequence getTimestamp(final long time, final long now, method in class:Dates
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
H A DSensorsTestFragment.java197 getTimestamp(event),
202 getTimestamp(event),
207 getTimestamp(event),
221 getTimestamp(event), level, range, lowFuelWarning));
225 getTimestamp(event),
231 getTimestamp(event),
236 getTimestamp(event),
252 getTimestamp(event), drivingStatus, binDrivingStatus));
265 getTimestamp(event), temperature, pressure));
281 getTimestamp(even
330 private String getTimestamp(CarSensorEvent event) { method in class:SensorsTestFragment
[all...]
/packages/services/Car/tools/emulator/
H A Dobd2_to_diagjson.py98 def getTimestamp(self): member in class:Event
160 event.setTimestamp(self.getTimestamp())
/packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
H A DStreamCard.java187 public long getTimestamp() { method in class:StreamCard
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationListItemData.java145 public long getTimestamp() { method in class:ConversationListItemData

Completed in 341 milliseconds