/packages/services/Car/tests/vehiclehal_test/assets/ |
D | car_hvac_test.json | 3 "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 …]
|
D | car_info_test.json | 3 "timestamp": 1526063903356950016, number 9 "timestamp": 1526063903358950016, number 15 "timestamp": 1526063903360950016, number
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/ |
D | ObexTimeTest.java | 61 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/ |
D | EvictionHandler.java | 51 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/ |
D | CarSensorEvent.java | 124 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/ |
D | CarSensorEventFactory.java | 27 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/ |
D | MetadataPoolImpl.java | 56 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
|
D | MetadataPool.java | 29 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(long timestamp); in removeMetadataFuture()
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | FileUtils.java | 58 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/ |
D | rtt_transcript.proto | 16 optional int64 timestamp = 3; field 24 optional int64 timestamp = 2; field
|
D | RttTranscriptMessageViewHolder.java | 76 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/ |
D | SimpleDate.java | 33 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/ |
D | WordInputEventForPersonalization.java | 48 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/ |
D | CarDiagnosticManagerTest.java | 95 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/ |
D | CallLogDates.java | 103 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/ |
D | PlaceholderManager.java | 51 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/ |
D | TimestampResponseListener.java | 42 public void onStarted(long timestamp) { in onStarted()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperPreferences.java | 262 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()
|
D | DefaultWallpaperPreferences.java | 502 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/ |
D | settings_log_bridge.proto | 36 optional string timestamp = 6; field
|
/packages/services/Car/tests/CarDeveloperOptions/protos/ |
D | settings_log_bridge.proto | 36 optional string timestamp = 6; field
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/ |
D | EnterprisePrivacyFeatureProviderImpl.java | 116 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
|
D | AdminActionPreferenceControllerBase.java | 44 final Date timestamp = getAdminActionTimestamp(); in updateState() local
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | MostRecentImageSaver.java | 124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() local 152 private ImageProxy getThumbnail(long timestamp) { in getThumbnail()
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | AdminActionPreferenceControllerBase.java | 44 final Date timestamp = getAdminActionTimestamp(); in updateState() local
|