OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:receivedTimestamp
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEvent.java
32
public final long
receivedTimestamp
;
37
* Constructor that sets {@link #
receivedTimestamp
} to
50
* @param
receivedTimestamp
the timestamp when
53
public TestSensorEvent(SensorEvent event, long
receivedTimestamp
) {
59
this.
receivedTimestamp
=
receivedTimestamp
;
72
public TestSensorEvent(Sensor sensor, long timestamp, long
receivedTimestamp
, int accuracy,
76
this.
receivedTimestamp
=
receivedTimestamp
;
84
"Timestamp=%sns,
ReceivedTimestamp
=%sns, Accuracy=%s, Values=%s"
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoViewController.java
88
final long
receivedTimestamp
= cursor.getLong(PhotoViewQuery.INDEX_RECEIVED_TIMESTAMP);
89
mActionBarSubtitle = Dates.getMessageTimeString(
receivedTimestamp
).toString();
Completed in 238 milliseconds