Home
last modified time | relevance | path

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

12345678910>>...30

/packages/services/Car/tests/vehiclehal_test/assets/
Dcar_hvac_test.json3 "timestamp": 15260639037576360, number
9 "timestamp": 15260639049591139, number
15 "timestamp": 15260639051595289, number
21 "timestamp": 15260639053599360, number
27 "timestamp": 15260639055603768, number
33 "timestamp": 15260639057608371, number
39 "timestamp": 15260639059613009, number
45 "timestamp": 15260639063620060, number
51 "timestamp": 15260639065624360, number
57 "timestamp": 15260639067628579, number
[all …]
Dcar_property_out_of_order_test.json3 "timestamp": 10000000, number
9 "timestamp": 5000000, number
15 "timestamp": 20000000, number
21 "timestamp": 5000000, number
Dcar_info_test.json3 "timestamp": 1526063903356950016, number
9 "timestamp": 1526063903358950016, number
15 "timestamp": 1526063903360950016, number
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DObexTimeTest.java82 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect() local
89 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_POS); in createWithValidDateTimeStringWithPosOffset_TimestampCorrect() local
96 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_NEG); in createWithValidDateTimeStringWithNegOffset_TimestampCorrect() local
103 ObexTime timestamp = new ObexTime(VALID_DATE_LOCAL_TZ); in createWithValidDate_TimestampCorrect() local
111 ObexTime timestamp = new ObexTime(VALID_INSTANT); in createWithValidInstant_TimestampCorrect() local
118 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput() local
124 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in createWithInvalidDelimiterString_TimestampIsNull() local
130 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_OFFSET_EXTRA_DIGITS); in createWithInvalidOffsetString_TimestampIsNull() local
136 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in printInvalidTime_ReturnsNull() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DTimestampUtils.java25 static long getNextHourTimestamp(final long timestamp) { in getNextHourTimestamp()
31 static long getNextEvenHourTimestamp(final long timestamp) { in getNextEvenHourTimestamp()
38 static long getLastEvenHourTimestamp(final long timestamp) { in getLastEvenHourTimestamp()
45 static long getNextDayTimestamp(final long timestamp) { in getNextDayTimestamp()
56 static boolean isMidnight(final long timestamp) { in isMidnight()
65 private static Calendar getSharpHourCalendar(final long timestamp) { in getSharpHourCalendar()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorEvent.java129 public long timestamp; field in CarSensorEvent
176 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize, in CarSensorEvent()
186 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent()
207 public long timestamp; field in CarSensorEvent.EnvironmentData
237 public long timestamp; field in CarSensorEvent.IgnitionStateData
266 public long timestamp; field in CarSensorEvent.NightData
295 public long timestamp; field in CarSensorEvent.GearData
324 public long timestamp; field in CarSensorEvent.ParkingBrakeData
353 public long timestamp; field in CarSensorEvent.FuelLevelData
391 public long timestamp; field in CarSensorEvent.OdometerData
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DHalPropValueBuilder.java88 public HalPropValue build(int prop, int areaId, long timestamp, int status) { in build()
116 public HalPropValue build(int prop, int areaId, long timestamp, int status, int value) { in build()
144 public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] values) { in build()
172 public HalPropValue build(int prop, int areaId, long timestamp, int status, float value) { in build()
200 public HalPropValue build(int prop, int areaId, long timestamp, int status, float[] values) { in build()
228 public HalPropValue build(int prop, int areaId, long timestamp, int status, long value) { in build()
256 public HalPropValue build(int prop, int areaId, long timestamp, int status, long[] values) { in build()
284 public HalPropValue build(int prop, int areaId, long timestamp, int status, String value) { in build()
312 public HalPropValue build(int prop, int areaId, long timestamp, int status, byte[] values) { in build()
333 public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] int32Values, in build()
[all …]
/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/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothActivityEnergyInfoTest.java41 long timestamp = 10000; in constructor() local
62 long timestamp = 10000; in setUidTraffic() local
83 long timestamp = 10000; in isValid() local
113 long timestamp = 10000; in writeToParcel() local
142 long timestamp = 10000; in toString_ThrowsNoExceptions() local
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DGazeDriverAwarenessSupplierTest.java117 long timestamp = START_TIME_MILLIS + FRAME_TIME_MILLIS; in testprocessDetectionEvent_neverExceedsOne() local
143 long timestamp = START_TIME_MILLIS + FRAME_TIME_MILLIS; in testprocessDetectionEvent_neverFallsBelowZero() local
162 long timestamp, @GazeDetection.VehicleRegion int gazeTarget) { in buildGazeDetection()
178 private OccupantAwarenessDetection buildEmptyDetection(long timestamp) { in buildEmptyDetection()
DGazeAttentionProcessorTest.java58 long timestamp = 1234; in testUpdateAttention_neverExceedsOne() local
77 long timestamp = 1234; in testUpdateAttention_neverBelowZero() local
102 long timestamp = 1234; in testUpdateAttention_offRoadAndOnRoad() local
/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
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/uninstall/
Duninstall_reporting_delete_event_reports.json27 "timestamp": "800000000001" string
47 "timestamp": "800000000101" string
69 "timestamp": "800000010001" string
89 "timestamp": "800000010011" string
95 "timestamp": "800000000000" string
99 "timestamp": "800000000001" string
105 "timestamp": "800000500001" string
Duninstall_reporting_delete_aggregate_reports.json10 "timestamp": "800000000001", string
33 "timestamp": "800000000101", string
67 "timestamp": "800000000000" string
71 "timestamp": "800000000001" string
77 "timestamp": "800000500001" string
Duninstall_reporting_delete_and_send_event_reports.json26 "timestamp": "800000000001" string
48 "timestamp": "800000000010" string
68 "timestamp": "800172810001" string
74 "timestamp": "800000000000" string
78 "timestamp": "800000000001" string
84 "timestamp": "800173810001" string
Duninstall_reporting_send_event_reports.json27 "timestamp": "800000000001" string
47 "timestamp": "800000000101" string
69 "timestamp": "800000010001" string
89 "timestamp": "800000010011" string
95 "timestamp": "800000000000" string
99 "timestamp": "800000000001" string
105 "timestamp": "800000500001" string
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java96 Context context, long timestamp, String packageName) { in insertDataToBatteryStateTable()
107 Context context, long timestamp, String packageName, boolean isFullChargeStart) { in insertDataToBatteryStateTable()
115 long timestamp, in insertDataToBatteryStateTable()
164 Context context, long userId, long timestamp, String packageName) { in insertDataToAppUsageEventTable()
171 Context context, long userId, long timestamp, String packageName, boolean multiple) { in insertDataToAppUsageEventTable()
191 Context context, long timestamp, int batteryEventType, int batteryLevel) { in insertDataToBatteryEventTable()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/install/
Dinstall_reinstall.json25 "timestamp": "800000000001" string
47 "timestamp": "800345600001" string
69 "timestamp": "800172800000" string
89 "timestamp": "800518399001" string
95 "timestamp": "800086400001" string
99 "timestamp": "800432000001" string
104 "timestamp": "800259200001" string
Dinstall_reinstall_reattribution_outside_window.json10 "timestamp": "800000000001", string
33 "timestamp": "800001000000", string
54 "timestamp": "802445850001", string
77 "timestamp": "802445960001", string
101 "timestamp": "800000800000" string
105 "timestamp": "802445950001" string
111 "timestamp": "802445800001" string
Dinstall_reinstall_reattribution_within_window.json10 "timestamp": "800000000001", string
33 "timestamp": "800001000000", string
54 "timestamp": "802445850001", string
77 "timestamp": "802445960001", string
101 "timestamp": "800000800000" string
105 "timestamp": "802445950001" string
111 "timestamp": "802445800001" string
/packages/apps/Car/Settings/src/com/android/car/settingslib/enterprise/
DEnterprisePrivacyFeatureProviderImpl.java52 long timestamp = mDpm.getLastSecurityLogRetrievalTime(); in getLastSecurityLogRetrievalTime() local
58 long timestamp = mDpm.getLastBugReportRequestTime(); in getLastBugReportRequestTime() local
64 long timestamp = mDpm.getLastNetworkLogRetrievalTime(); in getLastNetworkLogRetrievalTime() local
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DDTC.java69 long timestamp, in DTC()
87 DTC(String code, long timestamp, Context context) { in DTC()
123 public void setTimestamp(long timestamp) { in setTimestamp()
144 long timestamp = sRandomGen.nextLong(); in createSampleDTC() local
/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/
DCarDiagnosticManagerTest.java112 long timestamp = SystemClock.elapsedRealtimeNanos(); in addNewEvent() local
116 synchronized VehiclePropValue addNewEvent(DiagnosticEventBuilder builder, long timestamp) { in addNewEvent()
122 synchronized VehiclePropValue removeEvent(long timestamp) { in removeEvent()
134 synchronized VehiclePropValue getEvent(long timestamp) { in getEvent()
209 long timestamp = value.value.int64Values[0]; in onPropertyGet() local
561 long timestamp = SystemClock.elapsedRealtimeNanos(); in testSecondaryAirStatus() local
597 long timestamp = SystemClock.elapsedRealtimeNanos(); in testIgnitionMonitors() local
685 long timestamp = SystemClock.elapsedRealtimeNanos(); in testFuelType() local
708 long timestamp = SystemClock.elapsedRealtimeNanos(); in testDiagnosticJson() local
897 long timestamp = SystemClock.elapsedRealtimeNanos(); in testClearFreezeFrameTimestamps_ErrorCodeFromHal() local
/packages/apps/Dialer/java/com/android/dialer/rtt/
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/modules/Wifi/service/java/com/android/server/wifi/
DWifiWakeMetrics.java236 public Session(int numNetworks, long timestamp) { in Session()
250 public void recordInitializeEvent(int numScans, int numNetworks, long timestamp) { in recordInitializeEvent()
265 public void recordUnlockEvent(int numScans, long timestamp) { in recordUnlockEvent()
279 public void recordWakeupEvent(int numScans, long timestamp) { in recordWakeupEvent()
300 public void recordResetEvent(int numScans, long timestamp) { in recordResetEvent()

12345678910>>...30