Home
last modified time | relevance | path

Searched refs:mTimestamp (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlaylistItem.java38 private long mTimestamp; field in PlaylistItem
63 mTimestamp = ts; in setTimestamp()
103 return mTimestamp; in getTimestamp()
110 .setTimestamp(mTimestamp) in getStatus()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailImpl.java25 private final Long mTimestamp; field in VoicemailImpl
51 mTimestamp = timestamp; in VoicemailImpl()
183 return hasTimestampMillis() ? mTimestamp : 0; in getTimestampMillis()
188 return mTimestamp != null; in hasTimestampMillis()
248 return "VoicemailImpl [mTimestamp=" + mTimestamp + ", mNumber=" + mNumber + ", mId=" + mId in toString()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java94 private long mTimestamp; field in EventScheduler.SchedulableEvent
101 mTimestamp = timestamp; in SchedulableEvent()
108 return mTimestamp; in getTimestamp()
116 mTimestamp = timestamp; in setTimestamp()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java94 private long mTimestamp; field in EventScheduler.SchedulableEvent
101 mTimestamp = timestamp; in SchedulableEvent()
108 return mTimestamp; in getTimestamp()
116 mTimestamp = timestamp; in setTimestamp()