/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | DataStatus.java | 37 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/ |
D | ProbabilityInfo.java | 30 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/ |
D | DataStatus.java | 35 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/ |
D | historical_info.h | 28 : 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/ |
D | ConversationListItemData.java | 45 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/ |
D | BluetoothOppService.java | 601 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()
|
D | BluetoothOppBatch.java | 69 public final long mTimestamp; field in BluetoothOppBatch 109 mTimestamp = info.mTimestamp; in BluetoothOppBatch()
|
D | BluetoothOppShareInfo.java | 67 public long mTimestamp; field in BluetoothOppShareInfo 86 mTimestamp = timestamp; in BluetoothOppShareInfo()
|
D | BluetoothOppObexServerSession.java | 92 private long mTimestamp; field in BluetoothOppObexServerSession 277 values.put(BluetoothShare.TIMESTAMP, mTimestamp); in onPut() 580 mTimestamp = System.currentTimeMillis(); in onConnect()
|
D | BluetoothOppTransfer.java | 107 private long mTimestamp; field in BluetoothOppTransfer
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_writing_helper.h | 86 : 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/ |
D | AndroidImageProxy.java | 92 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/ |
D | DatabaseMessages.java | 876 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/ |
D | InputTransaction.java | 37 public final long mTimestamp; field in InputTransaction 51 mTimestamp = timestamp; in InputTransaction()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | WordInputEventForPersonalization.java | 44 public final int mTimestamp; field in WordInputEventForPersonalization 52 mTimestamp = timestamp; in WordInputEventForPersonalization()
|
D | CombinedFormatUtils.java | 97 builder.append(probabilityInfo.mTimestamp); in formatProbabilityInfo()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | CombinedInputOutput.java | 128 probabilityInfo.mTimestamp, probabilityInfo.mLevel, in readDictionaryCombined() 180 bigramProbabilityInfo.mTimestamp, bigramProbabilityInfo.mLevel, in readDictionaryCombined()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 446 || 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/ |
D | ImapService.java | 225 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/ |
D | PanoramaActivity.java | 145 private long mTimestamp; field in PanoramaActivity 573 mTimestamp = 0; in startCapture()
|