| /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 …]
|
| /packages/services/Car/car-support-lib/src/android/support/car/hardware/ |
| D | CarSensorEvent.java | 111 public final long timestamp; field in CarSensorEvent 132 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize, in CarSensorEvent() 151 public CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent() 171 public CarSensorEvent(int sensorType, long timestamp, float[] floatValues, byte[] byteValues, in CarSensorEvent() 200 public final long timestamp; field in CarSensorEvent.CompassData 216 public CompassData(long timestamp, float bearing, float pitch, float roll) { in CompassData() 242 public final long timestamp; field in CarSensorEvent.ParkingBrakeData 248 public ParkingBrakeData(long timestamp, boolean isEngaged) { in ParkingBrakeData() 272 public final long timestamp; field in CarSensorEvent.NightData 278 public NightData(long timestamp, boolean isNightMode) { in NightData() [all …]
|
| /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()
|
| D | BurstResultsSaver.java | 150 long timestamp = timestampGenerator.getNextTimestampMillis(); in saveBurstMediaItem() local 160 timestamp, in saveBurstMediaItem() local
|
| /packages/services/Car/car-lib/src/android/car/hardware/ |
| D | CarSensorEvent.java | 125 public long timestamp; field in CarSensorEvent 180 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize, in CarSensorEvent() 190 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent() 208 public long timestamp; field in CarSensorEvent.EnvironmentData 240 public long timestamp; field in CarSensorEvent.NightData 268 public long timestamp; field in CarSensorEvent.GearData 296 public long timestamp; field in CarSensorEvent.ParkingBrakeData 324 public long timestamp; field in CarSensorEvent.FuelLevelData 361 public long timestamp; field in CarSensorEvent.OdometerData 389 public long timestamp; field in CarSensorEvent.RpmData [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()
|
| D | Utils.java | 55 public TransitionLog(String name, int fromState, int toState, long timestamp, in TransitionLog() 68 private CharSequence timeToLog(long timestamp) { in timeToLog()
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/ |
| D | MetadataPoolImpl.java | 55 private SettableFuture<TotalCaptureResultProxy> getOrCreateFuture(long timestamp) { in getOrCreateFuture() 69 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(final long timestamp) { in removeMetadataFuture() 90 long timestamp = metadata.get(CaptureResult.SENSOR_TIMESTAMP); in update() local
|
| D | MetadataPool.java | 29 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(long timestamp); in removeMetadataFuture()
|
| /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/apps/Dialer/java/com/android/dialer/calllogutils/ |
| D | CallLogDates.java | 99 public static CharSequence formatDate(Context context, long timestamp) { in formatDate() 118 private static CharSequence formatDayOfWeek(Context context, long timestamp) { in formatDayOfWeek() 134 Context context, long timestamp, boolean showYear) { in formatAbbreviatedDate()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| D | CarDiagnosticManagerTest.java | 93 long timestamp = SystemClock.elapsedRealtimeNanos(); in addNewEvent() local 97 synchronized VehiclePropValue addNewEvent(DiagnosticEventBuilder builder, long timestamp) { in addNewEvent() 103 synchronized VehiclePropValue removeEvent(long timestamp) { in removeEvent() 115 synchronized VehiclePropValue getEvent(long timestamp) { in getEvent() 179 long timestamp = value.value.int64Values.get(0); in onPropertyGet() local 372 long timestamp = SystemClock.elapsedRealtimeNanos(); in testSecondaryAirStatus() local 409 long timestamp = SystemClock.elapsedRealtimeNanos(); in testIgnitionMonitors() local 497 long timestamp = SystemClock.elapsedRealtimeNanos(); in testFuelType() local 521 long timestamp = SystemClock.elapsedRealtimeNanos(); in testDiagnosticJson() local
|
| /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/Contacts/src/com/android/contacts/interactions/ |
| D | ContactInteractionUtil.java | 49 public static String formatDateStringFromTimestamp(long timestamp, Context context) { in formatDateStringFromTimestamp() 60 public static String formatDateStringFromTimestamp(long timestamp, Context context, in formatDateStringFromTimestamp()
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
| D | TimestampResponseListener.java | 42 public void onStarted(long timestamp) { in onStarted()
|
| /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 | 43 final Date timestamp = getAdminActionTimestamp(); in updateState() local
|
| D | EnterprisePrivacyFeatureProviderImpl.java | 117 final long timestamp = mDpm.getLastSecurityLogRetrievalTime(); in getLastSecurityLogRetrievalTime() local 123 final long timestamp = mDpm.getLastBugReportRequestTime(); in getLastBugReportRequestTime() local 129 final long timestamp = mDpm.getLastNetworkLogRetrievalTime(); in getLastNetworkLogRetrievalTime() local
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| D | AppScanStats.java | 59 public long timestamp; field in AppScanStats.LastScan 67 LastScan(long timestamp, long duration, boolean opportunistic, boolean background, in LastScan() 384 Date timestamp = new Date(currentTime - elapsedRt + scan.timestamp); in dumpToString() local 412 Date timestamp = new Date(currentTime - elapsedRt + scan.timestamp); in dumpToString() local 454 Date timestamp = new Date(currentTime - elapsedRt + connection.startTime); in dumpToString() local
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/ |
| D | Voicemail.java | 28 private final Long timestamp; field in Voicemail 41 Long timestamp, in Voicemail() 70 public static Builder createForInsertion(long timestamp, String number) { in createForInsertion() 112 public Builder setTimestamp(long timestamp) { in setTimestamp()
|
| /packages/apps/Dialer/java/com/android/dialer/enrichedcall/historyquery/proto/ |
| D | history_result.proto | 16 optional int64 timestamp = 7; field
|
| /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
| D | historical_info.h | 30 HistoricalInfo(const int timestamp, const int level, const int count) in HistoricalInfo()
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
| D | ResponseListener.java | 37 public void onStarted(long timestamp) { in onStarted()
|
| D | ResponseListenerBroadcaster.java | 43 public void onStarted(long timestamp) { in onStarted()
|