HomeSort by relevance Sort by last modified time
    Searched defs:mTimestamp (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 69 public final long mTimestamp;
109 mTimestamp = info.mTimestamp;
BluetoothOppObexServerSession.java 94 private long mTimestamp;
280 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
575 mTimestamp = System.currentTimeMillis();
  /cts/common/util/src/com/android/compatibility/common/util/
InvocationResult.java 33 private long mTimestamp;
122 mTimestamp = time;
130 return mTimestamp;
LightInvocationResult.java 33 private long mTimestamp;
52 mTimestamp = result.getStartTime();
138 mTimestamp = time;
146 return mTimestamp;
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java 25 private final Long mTimestamp;
51 mTimestamp = timestamp;
183 return hasTimestampMillis() ? mTimestamp : 0;
188 return mTimestamp != null;
248 return "VoicemailImpl [mTimestamp=" + mTimestamp + ", mNumber=" + mNumber + ", mId=" + mId
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 198 nsecs_t mTimestamp; // ns, system_time_monotonic
  /frameworks/base/core/java/com/android/internal/midi/
EventScheduler.java 91 private long mTimestamp;
98 mTimestamp = timestamp;
105 return mTimestamp;
113 mTimestamp = timestamp;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 43 private long mTimestamp = TIMESTAMP_NOT_SET;
122 mTimestamp = timestamp;
126 return mTimestamp;
  /frameworks/base/telecomm/java/android/telecom/
Voicemail.java 29 private final Long mTimestamp;
44 mTimestamp = timestamp;
188 return mTimestamp;
255 dest.writeLong(mTimestamp);
300 mTimestamp = in.readLong();
  /frameworks/native/include/gui/
Surface.h 326 // mTimestamp is the timestamp that will be used for the next buffer queue
329 int64_t mTimestamp;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 37 private final long mTimestamp;
119 mTimestamp = timestamp;
155 mTimestamp = timestamp;
194 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
230 values.put("date", mTimestamp);
284 builder.append(new Date(mTimestamp));
308 return mTimestamp;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageProxy.java 92 private final long mTimestamp;
108 mTimestamp = mImage.getTimestamp();
183 return mTimestamp;
  /packages/apps/Dialer/java/com/android/voicemail/impl/
Voicemail.java 28 private final Long mTimestamp;
52 mTimestamp = timestamp;
205 return mTimestamp;
268 dest.writeLong(mTimestamp);
313 mTimestamp = in.readLong();
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DiagnosticJson.java 85 final WriteOnce<Long> mTimestamp = new WriteOnce<>();
130 mTimestamp.write(jsonReader.nextLong());
154 mType.get(), mTimestamp.get(), mIntValues, mFloatValues, mDtc.get(null));
  /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
TraceLine.java 41 private double mTimestamp;
70 return mTimestamp;
106 mTimestamp = timestamp;
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 77 private String mTimestamp;
116 mTimestamp = timestamp;
136 return mTimestamp;
171 cValues.put(TIMESTAMP, mTimestamp);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 55 explicit TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
83 if (i1->mTimestamp == mTimestamp) {
85 } else if (i2->mTimestamp == mTimestamp) {
99 if (i1->mTimestamp > i2->mTimestamp) {
105 if (infoPtrs[1]->mTimestamp < mTimestamp) {
107 } else if (infoPtrs[0]->mTimestamp < mTimestamp)
    [all...]
  /frameworks/base/media/java/android/media/
ImageWriter.java 675 private long mTimestamp = DEFAULT_TIMESTAMP;
717 return mTimestamp;
724 mTimestamp = timestamp;
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
IconCache.java 114 private final long mTimestamp;
124 mTimestamp = System.currentTimeMillis();
148 return mTimestamp;
163 System.currentTimeMillis() - mTimestamp, Utils.bssidsToString(mBssids));
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 237 private int mTimestamp = 0;
246 ++mTimestamp;
247 backing.cachePriority = mTimestamp;

Completed in 944 milliseconds

12 3 4 5 6