HomeSort by relevance Sort by last modified time
    Searched refs:mTimestamp (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
historical_info.h 28 : mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0) {}
31 : mTimestamp(timestamp), mLevel(level), mCount(count) {}
34 return mTimestamp != NOT_A_TIMESTAMP;
38 return mTimestamp;
54 const int mTimestamp;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 27 // mTimestamp, mLevel and mCount are historical info. These values are depend on the
30 public final int mTimestamp;
54 mTimestamp = timestamp;
60 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP;
66 return Arrays.hashCode(new Object[] { mProbability, mTimestamp, mLevel, mCount });
84 return mProbability == p.mProbability && mTimestamp == p.mTimestamp && mLevel == p.mLevel
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresTupleInfo.java 27 private String mTimestamp = "";
66 return mTimestamp;
74 this.mTimestamp = timestamp;
92 dest.writeString(mTimestamp);
117 mTimestamp = source.readString();
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
HostMetric.java 27 private long mTimestamp;
41 mTimestamp = timestamp;
55 json.put("timestamp", mTimestamp);
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 32 private final long mTimestamp;
47 mTimestamp = timestamp;
57 mTimestamp = in.readLong();
69 + " mTimestamp=" + mTimestamp
94 out.writeLong(mTimestamp);
149 return mTimestamp;
  /frameworks/base/location/java/android/location/
Country.java 67 private final long mTimestamp;
88 mTimestamp = SystemClock.elapsedRealtime();
98 mTimestamp = timestamp;
104 mTimestamp = country.mTimestamp;
133 return mTimestamp;
153 parcel.writeLong(mTimestamp);
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}";
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h 35 int64_t mTimestamp;
  /frameworks/base/telephony/java/android/telephony/
ModemActivityInfo.java 39 private long mTimestamp;
48 mTimestamp = timestamp;
61 + " mTimestamp=" + mTimestamp
96 dest.writeLong(mTimestamp);
110 return mTimestamp;
114 mTimestamp = timestamp;
  /packages/services/Car/car-lib/src/android/car/hardware/
CarPropertyValue.java 45 private final long mTimestamp;
74 mTimestamp = timestamp;
83 mTimestamp = in.readLong();
124 dest.writeLong(mTimestamp);
152 return mTimestamp;
165 ", mTimestamp=" + mTimestamp +
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
InputTransaction.java 37 public final long mTimestamp;
51 mTimestamp = timestamp;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 84 cur.mTimestamp = item.mTimestamp;
180 item.mTimestamp, item.mFrameNumber);
183 item.mFrameNumber, item.mTimestamp);
218 if (find.mTimestamp < accIt->mTimestamp || accIt == end) {
238 item.mTimestamp, item.mFrameNumber);
243 item.mTimestamp, item.mFrameNumber);
257 item.mTimestamp, item.mFrameNumber);
309 item.mTimestamp,
    [all...]
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
PlaylistItem.java 40 private long mTimestamp;
67 mTimestamp = ts;
111 return mTimestamp;
118 .setTimestamp(mTimestamp)
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
MessagingBasicImpl.java 65 if (mLastMessage == null || mLastMessage.mTimestamp < b.mTimestamp) {
85 private long mTimestamp;
118 mTimestamp = timestamp;
  /frameworks/base/core/java/android/app/admin/
ConnectEvent.java 51 this.mTimestamp = in.readLong();
71 return String.format("ConnectEvent(%d, %s, %d, %d, %s)", mId, mIpAddress, mPort, mTimestamp,
103 out.writeLong(mTimestamp);
NetworkEvent.java 38 long mTimestamp;
51 this.mTimestamp = timestamp;
67 return mTimestamp;
  /frameworks/base/services/core/java/com/android/server/audio/
AudioEventLogger.java 40 private final long mTimestamp;
43 mTimestamp = System.currentTimeMillis();
47 return (new StringBuilder(sFormat.format(new Date(mTimestamp))))
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 86 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {}
97 return mTimestamp;
105 int mTimestamp;
  /frameworks/base/wifi/java/android/net/wifi/
WifiActivityEnergyInfo.java 34 public long mTimestamp;
79 mTimestamp = timestamp;
92 + " timestamp=" + mTimestamp
123 out.writeLong(mTimestamp);
193 return mTimestamp;
  /packages/apps/Contacts/src/com/android/contacts/util/
DataStatus.java 37 private long mTimestamp = -1;
67 if (newTimestamp < mTimestamp) return;
69 mTimestamp = newTimestamp;
79 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
98 return mTimestamp;
110 final boolean validTimestamp = mTimestamp > 0;
114 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 35 private long mTimestamp = -1;
65 if (newTimestamp < mTimestamp) return;
67 mTimestamp = newTimestamp;
77 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
104 final boolean validTimestamp = mTimestamp > 0;
108 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /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;

Completed in 500 milliseconds

1 2 3 4 5 6 7 8