Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 63) sorted by relevance

123

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java261 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/
DMostRecentImageSaver.java49 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/
DForwardingImageProxy.java83 public long getTimestamp() { in getTimestamp() method in ForwardingImageProxy
84 return mImpl.getTimestamp(); in getTimestamp()
106 .add("timestamp", getTimestamp()) in toString()
124 otherImage.getTimestamp() == getTimestamp(); in equals()
129 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
DAndroidImageProxy.java108 mTimestamp = mImage.getTimestamp(); in AndroidImageProxy()
182 public long getTimestamp() { in getTimestamp() method in AndroidImageProxy
208 .add("timestamp", getTimestamp()) in toString()
226 otherImage.getTimestamp() == getTimestamp(); in equals()
231 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.h96 int getTimestamp() const { in getTimestamp() function
115 if (left.getTimestamp() != right.getTimestamp()) { in operator()
116 return left.getTimestamp() < right.getTimestamp(); in operator()
Dver4_patricia_trie_writing_helper.cpp222 probabilityEntry.getHistoricalInfo()->getTimestamp())); in truncateUnigrams()
269 bigramEntry.getHistoricalInfo()->getTimestamp())); in truncateBigrams()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dforgetting_curve_utils.cpp49 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/car-lib/src/android/car/storagemonitoring/
DIoStats.java103 public long getTimestamp() { in getTimestamp() method in IoStats
185 return delta.getTimestamp() == getTimestamp() && in equals()
197 return "timestamp = " + getTimestamp() + ", stats = " + stringJoiner.toString(); in toString()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Ddynamic_language_model_probability_utils.h44 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/apps/PermissionController/src/com/android/packageinstaller/incident/
DPendingList.java161 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()
DConfirmationActivity.java163 formatting.getDate(pending.getTimestamp()), in onCreate()
164 formatting.getTime(pending.getTimestamp()), in onCreate()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java465 propertyValue.getTimestamp(), 1, 0, 0); in createCarSensorEvent()
470 propertyValue.getTimestamp(), 0, 1, 0); in createCarSensorEvent()
475 propertyValue.getTimestamp(), 0, 1, 0); in createCarSensorEvent()
481 propertyValue.getTimestamp(), 0, 0, value.length); in createCarSensorEvent()
/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java325 long curTimestamp = value.getTimestamp(); in handlePropertyEvent()
504 mLastGearTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeeded()
517 mLastParkingBrakeTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeeded()
530 mLastSpeedTimestamp = propertyValue.getTimestamp(); in updateVehiclePropertiesIfNeeded()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
DZslImageCaptureCommand.java109 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/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java267 File result = FileUtils.getFileWithSuffix(this, mMetaBugReport.getTimestamp(), in grabBtSnoopLog()
280 File outputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), OUTPUT_ZIP_FILE); in saveBugReport()
281 File extraOutputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), in saveBugReport()
367 FileUtils.createTempDir(this, mMetaBugReport.getTimestamp()), in zipDirectoryAndScheduleForUpload()
DSimpleUploaderAsyncTask.java151 bugReport.getTimestamp()), e); in doInBackground()
155 String.format("Failed uploading %s - giving up", bugReport.getTimestamp()), in doInBackground()
/packages/apps/Camera2/src/com/android/camera/burst/
DRingBuffer.java54 long timestamp = image.getTimestamp(); in insertImage()
99 mImages.put(image.getTimestamp(), image); in addImage()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DImageCaptureManager.java224 return mImage.getTimestamp(); in tryGetTimestamp()
492 return mCapturedImageBuffer.swapLeast(newImage.getTimestamp(),
533 long timestamp = img.getTimestamp();
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp43 int probabilityInfo[] = {unigramProperty.getProbability(), historicalInfo.getTimestamp(), in outputWordProperty()
88 ngramHistoricalInfo.getTimestamp(), ngramHistoricalInfo.getLevel(), in outputWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dbigram_dict_content.cpp88 if (!bigramListBuffer->writeUintAndAdvancePosition(historicalInfo->getTimestamp(), in writeBigramEntryAndAdvancePosition()
91 historicalInfo->getTimestamp()); in writeBigramEntryAndAdvancePosition()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java143 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/
DRttChatMessage.java100 .setTimestamp(rttTranscript.getTimestamp()) in getRttTranscriptWithNewRemoteMessage()
217 chatMessage.timstamp = message.getTimestamp(); in fromTranscript()
/packages/apps/DevCamera/src/com/android/devcamera/
DApi2Camera.java627 …v1ImageCounter + " w=" + img.getWidth() + " h=" + img.getHeight() + " time=" + img.getTimestamp());
672 … img.getWidth(), img.getHeight(), img.getTimestamp(), buffer.capacity(), 0.000001 * dt, mLastIso));
701 …v2ImageCounter + " w=" + img.getWidth() + " h=" + img.getHeight() + " time=" + img.getTimestamp());
723 + " time=" + img.getTimestamp()
/packages/services/Car/tools/emulator/
Dobd2_to_diagjson.py98 def getTimestamp(self): member in Event
160 event.setTimestamp(self.getTimestamp())
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java116 mGetValue.setText("Timestamp=" + value.getTimestamp() in onCreateView()
122 mGetValue.setText("Timestamp=" + value.getTimestamp() in onCreateView()

123