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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemEntry.java42 private final long mTimestamp; field in class:StreamItemEntry
73 mTimestamp = timestamp;
89 mTimestamp = getLong(cursor, StreamItems.TIMESTAMP);
105 return mTimestamp == other.mTimestamp ? 0 : mTimestamp > other.mTimestamp ? -1 : 1;
121 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/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)"));
518 mTimestamp = System.currentTimeMillis();
530 mTimestamp = System.currentTimeMillis();
H A DBluetoothOppObexServerSession.java90 private long mTimestamp; field in class:BluetoothOppObexServerSession
275 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
552 mTimestamp = System.currentTimeMillis();
/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DStreamItemEntryBuilder.java30 private long mTimestamp; field in class:StreamItemEntryBuilder
66 StreamItemEntry ret = StreamItemEntry.createForTest(mId, mText, mComment, mTimestamp,
/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.java76 String mTimestamp; field in class:MessageItem
156 mTimestamp = MessageUtils.formatTimeStampString(context, date);
181 mTimestamp = null;
369 mTimestamp = mContext.getString(R.string.expire_on,
372 mTimestamp = MessageUtils.formatTimeStampString(mContext, timestamp);
H A DMessageListItem.java214 mDateView.setText(msgSizeText + " " + mMessageItem.mTimestamp);
341 mMessageItem.mTimestamp);
/packages/apps/LegacyCamera/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 265 milliseconds