| /packages/services/Car/tests/vehiclehal_test/assets/ |
| D | car_hvac_test.json | 3 "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 …]
|
| D | car_property_out_of_order_test.json | 3 "timestamp": 10000000, number 9 "timestamp": 5000000, number 15 "timestamp": 20000000, number 21 "timestamp": 5000000, number
|
| D | car_info_test.json | 3 "timestamp": 1526063903356950016, number 9 "timestamp": 1526063903358950016, number 15 "timestamp": 1526063903360950016, number
|
| /packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/ |
| D | BatteryStateDao.java | 42 Cursor getLatestTimestampBefore(long timestamp); in getLatestTimestampBefore() 46 Cursor getBatteryStatesAfter(long timestamp); in getBatteryStatesAfter() 50 List<BatteryState> getAllAfter(long timestamp); in getAllAfter() 54 int getDistinctTimestampCount(long timestamp); in getDistinctTimestampCount() 58 List<Long> getDistinctTimestamps(long timestamp); in getDistinctTimestamps() 62 void clearAllBefore(long timestamp); in clearAllBefore() 66 void clearAllAfter(long timestamp); in clearAllAfter()
|
| D | BatteryUsageSlotDao.java | 43 Cursor getAllAfter(long timestamp); in getAllAfter() 49 List<BatteryUsageSlotEntity> getAllAfterForLog(long timestamp); in getAllAfterForLog() 53 void clearAllBefore(long timestamp); in clearAllBefore() 57 void clearAllAfter(long timestamp); in clearAllAfter()
|
| D | BatteryEventDao.java | 56 Cursor getAllAfter(long timestamp, List<Integer> batteryEventTypes); in getAllAfter() 62 List<BatteryEventEntity> getAllAfterForLog(long timestamp); in getAllAfterForLog() 66 void clearAllBefore(long timestamp); in clearAllBefore() 70 void clearAllAfter(long timestamp); in clearAllAfter()
|
| D | AppUsageEventDao.java | 42 List<AppUsageEventEntity> getAllAfter(long timestamp); in getAllAfter() 48 Cursor getAllForUsersAfter(List<Long> userIds, long timestamp); in getAllForUsersAfter() 56 void clearAllBefore(long timestamp); in clearAllBefore() 60 void clearAllAfter(long timestamp); in clearAllAfter()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
| D | ObexTimeTest.java | 72 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect() local 83 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_POS); in createWithValidDateTimeStringWithPosOffset_TimestampCorrect() local 94 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_NEG); in createWithValidDateTimeStringWithNegOffset_TimestampCorrect() local 105 ObexTime timestamp = new ObexTime(VALID_DATE_LOCAL_TZ); in createWithValidDate_TimestampCorrect() local 119 ObexTime timestamp = new ObexTime(VALID_INSTANT); in createWithValidInstant_TimestampCorrect() local 132 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput() local 141 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in createWithInvalidDelimiterString_TimestampIsNull() local 150 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_OFFSET_EXTRA_DIGITS); in createWithInvalidOffsetString_TimestampIsNull() local 159 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in printInvalidTime_ReturnsNull() local
|
| /packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
| D | TimestampUtils.java | 25 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/ |
| D | CarSensorEvent.java | 129 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/ |
| D | HalPropValueBuilder.java | 88 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/ |
| 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/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
| D | BluetoothActivityEnergyInfoTest.java | 41 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/ |
| D | GazeDriverAwarenessSupplierTest.java | 117 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()
|
| D | GazeAttentionProcessorTest.java | 58 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/ |
| 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
|
| /packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
| D | FileUtils.java | 63 static File getTempDir(Context context, String timestamp) { in getTempDir() 90 static String getAudioFileName(String timestamp, MetaBugReport bug, String extension) { in getAudioFileName() 111 static File getFileWithSuffix(Context context, String timestamp, String suffix) { in getFileWithSuffix() 124 static File getFile(Context context, String timestamp, String name) { in getFile()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/install/ |
| D | install_reinstall.json | 25 "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
|
| /packages/apps/Car/Settings/src/com/android/car/settingslib/enterprise/ |
| D | EnterprisePrivacyFeatureProviderImpl.java | 52 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/ |
| D | DTC.java | 69 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/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
| D | BatteryTestUtils.java | 94 Context context, long timestamp, String packageName) { in insertDataToBatteryStateTable() 105 Context context, long timestamp, String packageName, boolean isFullChargeStart) { in insertDataToBatteryStateTable() 113 long timestamp, in insertDataToBatteryStateTable() 162 Context context, long userId, long timestamp, String packageName) { in insertDataToAppUsageEventTable() 169 Context context, long userId, long timestamp, String packageName, boolean multiple) { in insertDataToAppUsageEventTable()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| D | CarDiagnosticManagerTest.java | 111 long timestamp = SystemClock.elapsedRealtimeNanos(); in addNewEvent() local 115 synchronized VehiclePropValue addNewEvent(DiagnosticEventBuilder builder, long timestamp) { in addNewEvent() 121 synchronized VehiclePropValue removeEvent(long timestamp) { in removeEvent() 133 synchronized VehiclePropValue getEvent(long timestamp) { in getEvent() 208 long timestamp = value.value.int64Values[0]; in onPropertyGet() local 560 long timestamp = SystemClock.elapsedRealtimeNanos(); in testSecondaryAirStatus() local 596 long timestamp = SystemClock.elapsedRealtimeNanos(); in testIgnitionMonitors() local 684 long timestamp = SystemClock.elapsedRealtimeNanos(); in testFuelType() local 707 long timestamp = SystemClock.elapsedRealtimeNanos(); in testDiagnosticJson() local 896 long timestamp = SystemClock.elapsedRealtimeNanos(); in testClearFreezeFrameTimestamps_ErrorCodeFromHal() local
|
| /packages/apps/Dialer/java/com/android/dialer/rtt/ |
| 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/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/vendor/ |
| D | OnDevicePersonalizationVendorDataDaoTest.java | 88 long timestamp = System.currentTimeMillis(); in testBatchInsert() local 123 long timestamp = System.currentTimeMillis(); in testReadSingleRow() local 240 private void addTestData(long timestamp) { in addTestData() 244 private void addTestData(long timestamp, OnDevicePersonalizationVendorDataDao dao) { in addTestData() 275 long timestamp = System.currentTimeMillis(); in testDeleteVendorTables() local
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | WifiWakeMetrics.java | 236 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()
|