Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 141) sorted by relevance

123456

/packages/services/Car/tests/vehiclehal_test/assets/
Dcar_hvac_test.json3 "timestamp": 1526063903356950016, number
9 "timestamp": 1526063903357100032, number
15 "timestamp": 1526063903757636096, number
21 "timestamp": 1526063904959113984, number
27 "timestamp": 1526063905159528960, number
33 "timestamp": 1526063905359936000, number
39 "timestamp": 1526063905560376832, number
45 "timestamp": 1526063905760837120, number
51 "timestamp": 1526063905961300992, number
57 "timestamp": 1526063906362006016, number
[all …]
Dcar_info_test.json3 "timestamp": 1526063903356950016, number
9 "timestamp": 1526063903358950016, number
15 "timestamp": 1526063903360950016, number
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DObexTimeTest.java61 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect() local
68 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_POS); in createWithValidDateTimeStringWithPosOffset_TimestampCorrect() local
75 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_NEG); in createWithValidDateTimeStringWithNegOffset_TimestampCorrect() local
82 ObexTime timestamp = new ObexTime(VALID_DATE_LOCAL_TZ); in createWithValidDate_TimestampCorrect() local
89 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput() local
96 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in createWithInvalidDelimiterString_TimestampIsNull() local
103 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_OFFSET_EXTRA_DIGITS); in createWithInvalidOffsetString_TimestampIsNull() local
110 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in printInvalidTime_ReturnsNull() local
/packages/apps/Camera2/src/com/android/camera/burst/
DEvictionHandler.java51 void onFrameCaptureResultAvailable(long timestamp, in onFrameCaptureResultAvailable()
59 void onFrameInserted(long timestamp); in onFrameInserted()
66 void onFrameDropped(long timestamp); in onFrameDropped()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorEvent.java124 public long timestamp; field in CarSensorEvent
179 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize, in CarSensorEvent()
189 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent()
207 public long timestamp; field in CarSensorEvent.EnvironmentData
236 public long timestamp; field in CarSensorEvent.IgnitionStateData
264 public long timestamp; field in CarSensorEvent.NightData
292 public long timestamp; field in CarSensorEvent.GearData
320 public long timestamp; field in CarSensorEvent.ParkingBrakeData
348 public long timestamp; field in CarSensorEvent.FuelLevelData
385 public long timestamp; field in CarSensorEvent.OdometerData
[all …]
/packages/services/Car/service/src/com/android/car/
DCarSensorEventFactory.java27 public static CarSensorEvent createBooleanEvent(int sensorType, long timestamp, in createBooleanEvent()
34 public static CarSensorEvent createIntEvent(int sensorType, long timestamp, int value) { in createIntEvent()
48 public static CarSensorEvent createInt64VecEvent(int sensorType, long timestamp, in createInt64VecEvent()
57 public static CarSensorEvent createFloatEvent(int sensorType, long timestamp, float value) { in createFloatEvent()
63 public static CarSensorEvent createMixedEvent(int sensorType, long timestamp, in createMixedEvent()
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
DMetadataPoolImpl.java56 private SettableFuture<TotalCaptureResultProxy> getOrCreateFuture(long timestamp) { in getOrCreateFuture()
70 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(final long timestamp) { in removeMetadataFuture()
91 long timestamp = metadata.get(CaptureResult.SENSOR_TIMESTAMP); in update() local
DMetadataPool.java29 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(long timestamp); in removeMetadataFuture()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DFileUtils.java58 static File createTempDir(Context context, String timestamp) { in createTempDir()
68 static File getTempDir(Context context, String timestamp) { in getTempDir()
92 static String getAudioFileName(String timestamp, MetaBugReport bug) { in getAudioFileName()
112 static File getFileWithSuffix(Context context, String timestamp, String suffix) { in getFileWithSuffix()
125 static File getFile(Context context, String timestamp, String name) { in getFile()
/packages/apps/Dialer/java/com/android/dialer/rtt/
Drtt_transcript.proto16 optional int64 timestamp = 3; field
24 optional int64 timestamp = 2; field
DRttTranscriptMessageViewHolder.java76 void showTimestamp(long timestamp, boolean isRemote, boolean showFullDate) { in showTimestamp()
79 getTimestampText(timestampTextView.getContext(), timestamp, showFullDate)); in showTimestamp() local
87 private String getTimestampText(Context context, long timestamp, boolean showFullDate) { in getTimestampText()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DSimpleDate.java33 private long timestamp; field in SimpleDate
39 public SimpleDate(long timestamp) { in SimpleDate()
45 public void setTimestamp(long timestamp) { in setTimestamp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DWordInputEventForPersonalization.java48 final NgramContext ngramContext, final int timestamp) { in WordInputEventForPersonalization()
58 final List<String> tokens, final int timestamp, in createInputEventFrom()
99 final NgramContext ngramContext, final String targetWord, final int timestamp, in detectWhetherVaildWordOrNotAndGetInputEvent()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java95 long timestamp = SystemClock.elapsedRealtimeNanos(); in addNewEvent() local
99 synchronized VehiclePropValue addNewEvent(DiagnosticEventBuilder builder, long timestamp) { in addNewEvent()
105 synchronized VehiclePropValue removeEvent(long timestamp) { in removeEvent()
117 synchronized VehiclePropValue getEvent(long timestamp) { in getEvent()
181 long timestamp = value.value.int64Values.get(0); in onPropertyGet() local
374 long timestamp = SystemClock.elapsedRealtimeNanos(); in testSecondaryAirStatus() local
411 long timestamp = SystemClock.elapsedRealtimeNanos(); in testIgnitionMonitors() local
499 long timestamp = SystemClock.elapsedRealtimeNanos(); in testFuelType() local
523 long timestamp = SystemClock.elapsedRealtimeNanos(); in testDiagnosticJson() local
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogDates.java103 public static CharSequence formatDate(Context context, long timestamp) { in formatDate()
123 Context context, long timestamp, boolean showYear, boolean abbreviateDateTime) { in formatDate()
144 Context context, long timestamp, boolean abbreviateDateTime) { in formatDayOfWeek()
/packages/apps/Camera2/src/com/android/camera/session/
DPlaceholderManager.java51 Placeholder(String title, Uri uri, long timestamp) { in Placeholder()
71 public Placeholder insertEmptyPlaceholder(String title, Size size, long timestamp) { in insertEmptyPlaceholder()
85 public Placeholder insertPlaceholder(String title, Bitmap placeholder, long timestamp) { in insertPlaceholder()
101 public Placeholder insertPlaceholder(String title, byte[] placeholder, long timestamp) { in insertPlaceholder()
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
DTimestampResponseListener.java42 public void onStarted(long timestamp) { in onStarted()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPreferences.java262 void addDailyRotation(long timestamp); in addDailyRotation()
298 void setDailyWallpaperEnabledTimestamp(long timestamp); in setDailyWallpaperEnabledTimestamp()
317 void setLastDailyLogTimestamp(long timestamp); in setLastDailyLogTimestamp()
331 void setLastAppActiveTimestamp(long timestamp); in setLastAppActiveTimestamp()
339 void setDailyWallpaperRotationStatus(int status, long timestamp); in setDailyWallpaperRotationStatus()
362 void setLastSyncTimestamp(long timestamp); in setLastSyncTimestamp()
DDefaultWallpaperPreferences.java502 public void addDailyRotation(long timestamp) { in addDailyRotation()
615 long timestamp = jsonArray.getLong(i); in getDailyRotationsPreviousDay() local
635 public void setDailyWallpaperEnabledTimestamp(long timestamp) { in setDailyWallpaperEnabledTimestamp()
657 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp()
670 public void setLastAppActiveTimestamp(long timestamp) { in setLastAppActiveTimestamp()
677 public void setDailyWallpaperRotationStatus(int status, long timestamp) { in setDailyWallpaperRotationStatus()
702 public void setLastSyncTimestamp(long timestamp) { in setLastSyncTimestamp()
/packages/apps/Settings/protos/
Dsettings_log_bridge.proto36 optional string timestamp = 6; field
/packages/services/Car/tests/CarDeveloperOptions/protos/
Dsettings_log_bridge.proto36 optional string timestamp = 6; field
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DEnterprisePrivacyFeatureProviderImpl.java116 final long timestamp = mDpm.getLastSecurityLogRetrievalTime(); in getLastSecurityLogRetrievalTime() local
122 final long timestamp = mDpm.getLastBugReportRequestTime(); in getLastBugReportRequestTime() local
128 final long timestamp = mDpm.getLastNetworkLogRetrievalTime(); in getLastNetworkLogRetrievalTime() local
DAdminActionPreferenceControllerBase.java44 final Date timestamp = getAdminActionTimestamp(); in updateState() local
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
DMostRecentImageSaver.java124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() local
152 private ImageProxy getThumbnail(long timestamp) { in getThumbnail()
/packages/apps/Settings/src/com/android/settings/enterprise/
DAdminActionPreferenceControllerBase.java44 final Date timestamp = getAdminActionTimestamp(); in updateState() local

123456