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

  /packages/apps/Contacts/src/com/android/contacts/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,
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 65 public long mTimestamp;
84 mTimestamp = timestamp;
BluetoothOppBatch.java 70 public final long mTimestamp;
110 mTimestamp = info.mTimestamp;
BluetoothOppService.java 553 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp);
624 int i = findBatchWithTimeStamp(info.mTimestamp);
694 info.mTimestamp = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP));
700 int i = findBatchWithTimeStamp(info.mTimestamp);
708 int i = findBatchWithTimeStamp(info.mTimestamp);
    [all...]
BluetoothOppTransfer.java 108 private long mTimestamp;
144 (System.currentTimeMillis() - mTimestamp + " ms)"));
512 mTimestamp = System.currentTimeMillis();
524 mTimestamp = System.currentTimeMillis();
BluetoothOppObexServerSession.java 90 private long mTimestamp;
266 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
531 mTimestamp = System.currentTimeMillis();
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 42 protected long mTimestamp;
66 mTimestamp = System.currentTimeMillis();
92 mMessageText, null, mTimestamp,
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
CalibrateVolumeActivity.java 119 private long mTimestamp = 0; // Time of last status change in ms
135 if (timestamp - mTimestamp > DEBOUNCE_TIME) {
138 mTimestamp = timestamp;
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 68 String mTimestamp;
140 mTimestamp = String.format(context.getString(R.string.sent_on),
235 mTimestamp = context.getString(getTimestampStrId(),
MessageListItem.java 185 msgSizeText + "\n" + msgItem.mTimestamp,
265 msgItem.mSubject, msgItem.mTimestamp,
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 132 uint32_t mTimestamp;
188 read(gRandom, &mTimestamp, sizeof(mTimestamp));
224 mDtmfStart = mTimestamp + mSampleCount;
265 mTimestamp += skipped * mSampleCount;
272 mTimestamp += mSampleCount;
276 int duration = mTimestamp - mDtmfStart;
347 buffer[1] = htonl(mTimestamp);
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 335 private long mTimestamp;
    [all...]

Completed in 299 milliseconds