/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 261 getTimestamp(value), in refreshSensorInfoText() 266 getTimestamp(value), in refreshSensorInfoText() 271 getTimestamp(value), in refreshSensorInfoText() 282 getTimestamp(value), in refreshSensorInfoText() 288 getTimestamp(value), in refreshSensorInfoText() 294 getTimestamp(value), in refreshSensorInfoText() 299 getTimestamp(value), in refreshSensorInfoText() 308 getTimestamp(value), temperature)); in refreshSensorInfoText() 314 getTimestamp(value), in refreshSensorInfoText() 322 getTimestamp(value), mNaString, mNaString, mNaString, mNaString, in refreshSensorInfoText() [all …]
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | MostRecentImageSaver.java | 49 mThumbnails.put(imageProxy.getTimestamp(), imageProxy); in addThumbnail() 56 mFullSizeImages.put(imageProxy.getTimestamp(), new MetadataImage(imageProxy, metadata)); in addFullSizeImage() 67 mFullSizeImages.remove(fullSize.getTimestamp()); in close() 72 ImageProxy thumbnail = getThumbnail(fullSize.getTimestamp()); in close() 76 mThumbnails.remove(thumbnail.getTimestamp()); in close() 124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() 144 if (lastImage == null || image.getTimestamp() > lastImage.getTimestamp()) { in getLastImage()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | ForwardingImageProxy.java | 84 public long getTimestamp() { in getTimestamp() method in ForwardingImageProxy 85 return mImpl.getTimestamp(); in getTimestamp() 107 .add("timestamp", getTimestamp()) in toString() 125 otherImage.getTimestamp() == getTimestamp(); in equals() 130 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
|
D | AndroidImageProxy.java | 109 mTimestamp = mImage.getTimestamp(); in AndroidImageProxy() 183 public long getTimestamp() { in getTimestamp() method in AndroidImageProxy 209 .add("timestamp", getTimestamp()) in toString() 227 otherImage.getTimestamp() == getTimestamp(); in equals() 232 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_writing_helper.h | 96 int getTimestamp() const { in getTimestamp() function 115 if (left.getTimestamp() != right.getTimestamp()) { in operator() 116 return left.getTimestamp() < right.getTimestamp(); in operator()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | forgetting_curve_utils.cpp | 49 const int timestamp = newHistoricalInfo->getTimestamp(); in createUpdatedHistoricalInfo() 88 const int elapsedTimeStepCount = getElapsedTimeStepCount(historicalInfo->getTimestamp(), in decodeProbability() 99 || getElapsedTimeStepCount(historicalInfo->getTimestamp(), in needsToKeep() 107 if (originalHistoricalInfo->getTimestamp() == NOT_A_TIMESTAMP) { in createHistoricalInfoToSave() 112 originalHistoricalInfo->getTimestamp(), durationToLevelDownInSeconds); in createHistoricalInfoToSave() 121 const int adjustedTimestampInSeconds = originalHistoricalInfo->getTimestamp() + in createHistoricalInfoToSave()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarNightService.java | 94 && value.getTimestamp() > mLastSensorEventTime) { in onNightModeCarPropertyEventLocked() 95 mLastSensorEventTime = value.getTimestamp(); in onNightModeCarPropertyEventLocked() 175 if (propertyValue != null && propertyValue.getTimestamp() != 0) { in init() 176 mLastSensorEventTime = propertyValue.getTimestamp(); in init()
|
D | CarDrivingStateService.java | 295 long curTimestamp = value.getTimestamp(); in handlePropertyEventLocked() 480 mLastGearTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeededLocked() 493 mLastParkingBrakeTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeededLocked() 506 mLastSpeedTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeededLocked()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | dynamic_language_model_probability_utils.h | 44 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in getDecayedProbability() 56 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in shouldRemoveEntryDuringGC() 63 return historicalInfo.getTimestamp(); in getPriorityToPreventFromEviction()
|
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | IoStats.java | 103 public long getTimestamp() { in getTimestamp() method in IoStats 202 return delta.getTimestamp() == getTimestamp() in equals() 214 return "timestamp = " + getTimestamp() + ", stats = " + stringJoiner.toString(); in toString()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | CarPropertyTest.java | 318 mTimestamp <= carPropertyValue.getTimestamp()); in onChangeEvent() 319 mTimestamp = carPropertyValue.getTimestamp(); in onChangeEvent() 343 values[2] = propertyValue.getTimestamp() + SystemClock.elapsedRealtimeNanos(); in injectEventFromVehicleSide() 346 values[1] = propertyValue.getTimestamp() + SystemClock.elapsedRealtimeNanos(); in injectEventFromVehicleSide() 353 values[2] = propertyValue.getTimestamp() + SystemClock.elapsedRealtimeNanos(); in injectEventFromVehicleSide()
|
/packages/apps/PermissionController/src/com/android/permissioncontroller/incident/ |
D | PendingList.java | 161 long val = a.report.getTimestamp() - b.report.getTimestamp(); in updateState() 264 .setWhen(rec.report.getTimestamp()) in showNotifications() 267 .setSortKey(getSortKey(rec.report.getTimestamp())) in showNotifications()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarSensorManager.java | 458 propertyValue.getTimestamp(), 1, 0, 0); in createCarSensorEvent() 463 propertyValue.getTimestamp(), 0, 1, 0); in createCarSensorEvent() 468 propertyValue.getTimestamp(), 0, 1, 0); in createCarSensorEvent() 474 propertyValue.getTimestamp(), 0, 0, value.length); in createCarSensorEvent()
|
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
D | BugReportActivity.java | 365 Log.i(TAG, "Adding audio to the existing bugreport " + bug.getTimestamp()); in addAudioToExistingBugReport() 385 FileUtils.getFileWithSuffix(this, bug.getTimestamp(), "-message.3gp")); in createNewBugReportWithAudioMessage() 408 mMetaBugReport.getTimestamp())); in startAudioMessageRecording() 431 File tempDir = FileUtils.getTempDir(this, mMetaBugReport.getTimestamp()); in cancelAudioMessageRecording() 439 Log.i(TAG, "Bug report " + mMetaBugReport.getTimestamp() + " is cancelled"); in cancelAudioMessageRecording() 455 Log.i(TAG, "Adding audio file to the bugreport " + mMetaBugReport.getTimestamp()); in buttonSubmitClick()
|
D | BugReportService.java | 370 File result = FileUtils.getFileWithSuffix(this, mMetaBugReport.getTimestamp(), in grabBtSnoopLog() 388 File outputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), OUTPUT_ZIP_FILE); in saveBugReport() 389 File extraOutputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), in saveBugReport() 524 File bugReportTempDir = FileUtils.createTempDir(this, mMetaBugReport.getTimestamp()); in zipDirectoryAndUpdateStatus()
|
D | MetaBugReport.java | 70 public abstract String getTimestamp(); in getTimestamp() method in MetaBugReport 116 dest.writeString(getTimestamp()); in writeToParcel()
|
D | BugReportInfoActivity.java | 140 Log.i(TAG, "Uploading " + bugReport.getTimestamp()); in onBugReportItemClicked() 145 Log.i(TAG, "Moving " + bugReport.getTimestamp()); in onBugReportItemClicked() 248 + mBugReport.getTimestamp() + " to USB", e); in doInBackground()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
D | ZslImageCaptureCommand.java | 109 long mostRecentTimestamp = images.get(images.size() - 1).getTimestamp(); in filterImagesWithinMaxLookBack() 112 if (image.getTimestamp() > timestampThreshold) { in filterImagesWithinMaxLookBack() 130 mZslMetadataPool.removeMetadataFuture(image.getTimestamp()); in tryGetZslImage()
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | RingBuffer.java | 54 long timestamp = image.getTimestamp(); in insertImage() 99 mImages.put(image.getTimestamp(), image); in addImage()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.cpp | 43 int probabilityInfo[] = {unigramProperty.getProbability(), historicalInfo.getTimestamp(), in outputWordProperty() 88 ngramHistoricalInfo.getTimestamp(), ngramHistoricalInfo.getLevel(), in outputWordProperty()
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | Utils.java | 88 if (message.getTimestamp() > latestTime) { in getLatestMessage() 89 latestTime = message.getTimestamp(); in getLatestMessage() 104 return message.getTimestamp() + "/" + message.getSender().getName() + "/" + subMessage; in createMessageHandle()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | ImageCaptureManager.java | 224 return mImage.getTimestamp(); in tryGetTimestamp() 492 return mCapturedImageBuffer.swapLeast(newImage.getTimestamp(), 533 long timestamp = img.getTimestamp();
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | bigram_dict_content.cpp | 88 if (!bigramListBuffer->writeUintAndAdvancePosition(historicalInfo->getTimestamp(), in writeBigramEntryAndAdvancePosition() 91 historicalInfo->getTimestamp()); in writeBigramEntryAndAdvancePosition()
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | CallLogEntryText.java | 143 context, clock.currentTimeMillis(), row.getTimestamp(), abbreviateDateTime)); in buildSecondaryTextListForEntries() 159 context, clock.currentTimeMillis(), row.getTimestamp(), abbreviateDateTime)); in buildSecondaryTextListForEntries()
|
/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/ |
D | RttChatMessage.java | 100 .setTimestamp(rttTranscript.getTimestamp()) in getRttTranscriptWithNewRemoteMessage() 217 chatMessage.timstamp = message.getTimestamp(); in fromTranscript()
|