Home
last modified time | relevance | path

Searched refs:mTimestamp (Results 1 – 20 of 20) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DDataStatus.java37 private long mTimestamp = -1; field in DataStatus
67 if (newTimestamp < mTimestamp) return; in possibleUpdate()
69 mTimestamp = newTimestamp; in possibleUpdate()
79 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in fromCursor()
98 return mTimestamp; in getTimestamp()
110 final boolean validTimestamp = mTimestamp > 0; in getTimestampLabel()
114 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS, in getTimestampLabel()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DProbabilityInfo.java30 public final int mTimestamp; field in ProbabilityInfo
54 mTimestamp = timestamp; in ProbabilityInfo()
60 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP; in hasHistoricalInfo()
66 return Arrays.hashCode(new Object[] { mProbability, mTimestamp, mLevel, mCount }); in hashCode()
84 return mProbability == p.mProbability && mTimestamp == p.mTimestamp && mLevel == p.mLevel in equals()
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DDataStatus.java35 private long mTimestamp = -1; field in DataStatus
65 if (newTimestamp < mTimestamp) return; in possibleUpdate()
67 mTimestamp = newTimestamp; in possibleUpdate()
77 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in fromCursor()
104 final boolean validTimestamp = mTimestamp > 0; in getTimestampLabel()
108 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS, in getTimestampLabel()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dhistorical_info.h28 : mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0) {} in HistoricalInfo()
31 : mTimestamp(timestamp), mLevel(level), mCount(count) {} in HistoricalInfo()
34 return mTimestamp != NOT_A_TIMESTAMP; in isValid()
38 return mTimestamp; in getTimestamp()
54 const int mTimestamp; variable
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationListItemData.java45 private long mTimestamp; field in ConversationListItemData
82 mTimestamp = cursor.getLong(INDEX_SORT_TIMESTAMP); in bind()
139 return Dates.getConversationTimeString(mTimestamp).toString(); in getFormattedTimestamp()
143 return mTimestamp; in getTimestamp()
261 DeleteConversationAction.deleteConversation(mConversationId, mTimestamp); in deleteConversation()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java601 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp); in insertShare()
661 int i = findBatchWithTimeStamp(info.mTimestamp); in insertShare()
736 info.mTimestamp = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); in updateShare()
742 int i = findBatchWithTimeStamp(info.mTimestamp); in updateShare()
750 int i = findBatchWithTimeStamp(info.mTimestamp); in updateShare()
795 int i = findBatchWithTimeStamp(info.mTimestamp); in deleteShare()
839 if (mBatchs.get(i).mTimestamp == timestamp) { in findBatchWithTimeStamp()
DBluetoothOppBatch.java69 public final long mTimestamp; field in BluetoothOppBatch
109 mTimestamp = info.mTimestamp; in BluetoothOppBatch()
DBluetoothOppShareInfo.java67 public long mTimestamp; field in BluetoothOppShareInfo
86 mTimestamp = timestamp; in BluetoothOppShareInfo()
DBluetoothOppObexServerSession.java92 private long mTimestamp; field in BluetoothOppObexServerSession
277 values.put(BluetoothShare.TIMESTAMP, mTimestamp); in onPut()
580 mTimestamp = System.currentTimeMillis(); in onConnect()
DBluetoothOppTransfer.java107 private long mTimestamp; field in BluetoothOppTransfer
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.h86 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {} in DictProbability()
97 return mTimestamp; in getTimestamp()
105 int mTimestamp; variable
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DAndroidImageProxy.java92 private final long mTimestamp; field in AndroidImageProxy
108 mTimestamp = mImage.getTimestamp(); in AndroidImageProxy()
183 return mTimestamp; in getTimestamp()
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java876 private final long mTimestamp; field in DatabaseMessages.LocalDatabaseMessage
885 mTimestamp = timestamp; in LocalDatabaseMessage()
896 return mTimestamp; in getTimestampInMillis()
921 mTimestamp = in.readLong(); in LocalDatabaseMessage()
943 out.writeLong(mTimestamp); in writeToParcel()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DInputTransaction.java37 public final long mTimestamp; field in InputTransaction
51 mTimestamp = timestamp; in InputTransaction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DWordInputEventForPersonalization.java44 public final int mTimestamp; field in WordInputEventForPersonalization
52 mTimestamp = timestamp; in WordInputEventForPersonalization()
DCombinedFormatUtils.java97 builder.append(probabilityInfo.mTimestamp); in formatProbabilityInfo()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java128 probabilityInfo.mTimestamp, probabilityInfo.mLevel, in readDictionaryCombined()
180 bigramProbabilityInfo.mTimestamp, bigramProbabilityInfo.mLevel, in readDictionaryCombined()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()
449 mLastKeyTime = inputTransaction.mTimestamp; in onCodeInput()
1297 mDoubleSpacePeriodCountdownStart = inputTransaction.mTimestamp; in startDoubleSpacePeriodCountdown()
1305 return inputTransaction.mTimestamp - mDoubleSpacePeriodCountdownStart in isDoubleSpacePeriodCountdownActive()
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java225 final long mTimestamp; field in ImapService.LocalMessageInfo
234 mTimestamp = c.getLong(COLUMN_TIMESTAMP); in LocalMessageInfo()
711 if (info.mTimestamp >= endDate && !remoteUidMap.containsKey(info.mServerId)) { in synchronizeMailboxGeneric()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java145 private long mTimestamp; field in PanoramaActivity
573 mTimestamp = 0; in startCapture()