Searched refs:mTimestamp (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemEntry.java39 private final long mTimestamp; field in class:StreamItemEntry
59 mTimestamp = timestamp;
75 mTimestamp = getLong(cursor, StreamItems.TIMESTAMP);
91 return mTimestamp == other.mTimestamp ? 0 : mTimestamp > other.mTimestamp ? -1 : 1;
107 return mTimestamp;
H A DDataStatus.java37 private long mTimestamp = -1; field in class:DataStatus
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/apps/Contacts/tests/src/com/android/contacts/util/
H A DStreamItemEntryBuilder.java26 private long mTimestamp; field in class:StreamItemEntryBuilder
62 return new StreamItemEntry(mId, mText, mComment, mTimestamp, mAccountType, mAccountName,
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DDataStatus.java35 private long mTimestamp = -1; field in class:DataStatus
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/
H A DBluetoothOppShareInfo.java65 public long mTimestamp; field in class:BluetoothOppShareInfo
84 mTimestamp = timestamp;
H A DBluetoothOppBatch.java69 public final long mTimestamp; field in class:BluetoothOppBatch
109 mTimestamp = info.mTimestamp;
H A DBluetoothOppService.java551 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp);
622 int i = findBatchWithTimeStamp(info.mTimestamp);
692 info.mTimestamp = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP));
698 int i = findBatchWithTimeStamp(info.mTimestamp);
706 int i = findBatchWithTimeStamp(info.mTimestamp);
751 int i = findBatchWithTimeStamp(info.mTimestamp);
795 if (mBatchs.get(i).mTimestamp == timestamp) {
H A DBluetoothOppTransfer.java107 private long mTimestamp; field in class:BluetoothOppTransfer
142 (System.currentTimeMillis() - mTimestamp + " ms)"));
515 mTimestamp = System.currentTimeMillis();
527 mTimestamp = System.currentTimeMillis();
H A DBluetoothOppObexServerSession.java90 private long mTimestamp; field in class:BluetoothOppObexServerSession
269 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
539 mTimestamp = System.currentTimeMillis();
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsMessageSender.java42 protected long mTimestamp; field in class:SmsMessageSender
67 mTimestamp = System.currentTimeMillis();
96 mMessageText, null, mTimestamp,
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageItem.java68 String mTimestamp; field in class:MessageItem
141 mTimestamp = MessageUtils.formatTimeStampString(context, date);
236 mTimestamp = context.getString(R.string.expire_on,
239 mTimestamp = MessageUtils.formatTimeStampString(context, timestamp);
H A DMessageListItem.java196 mDateView.setText(msgSizeText + " " + msgItem.mTimestamp);
286 msgItem.mTimestamp);
/packages/apps/Camera/src/com/android/camera/panorama/
H A DPanoramaActivity.java145 private long mTimestamp; field in class:PanoramaActivity
573 mTimestamp = 0;
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java333 private long mTimestamp; field in class:BluetoothHeadsetService

Completed in 242 milliseconds