| /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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
| D | ObexTimeTest.java | 68 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect() local 77 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_POS); in createWithValidDateTimeStringWithPosOffset_TimestampCorrect() local 86 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_NEG); in createWithValidDateTimeStringWithNegOffset_TimestampCorrect() local 95 ObexTime timestamp = new ObexTime(VALID_DATE_LOCAL_TZ); in createWithValidDate_TimestampCorrect() local 104 ObexTime timestamp = new ObexTime(VALID_INSTANT); in createWithValidInstant_TimestampCorrect() local 113 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput() local 120 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in createWithInvalidDelimiterString_TimestampIsNull() local 127 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_OFFSET_EXTRA_DIGITS); in createWithInvalidOffsetString_TimestampIsNull() local 134 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in printInvalidTime_ReturnsNull() local
|
| /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()
|
| D | AppUsageEventDao.java | 42 List<AppUsageEventEntity> getAllAfter(long timestamp); in getAllAfter() 47 Cursor getAllForUsersAfter(List<Long> userIds, long timestamp); in getAllForUsersAfter() 55 void clearAllBefore(long timestamp); in clearAllBefore()
|
| D | BatteryUsageSlotEntity.java | 40 public final long timestamp; field in BatteryUsageSlotEntity 43 public BatteryUsageSlotEntity(final long timestamp, final String batteryUsageSlot) { in BatteryUsageSlotEntity() 93 public Builder setTimestamp(final long timestamp) { in setTimestamp()
|
| /packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
| D | TimestampUtils.java | 24 static long getNextHourTimestamp(final long timestamp) { in getNextHourTimestamp() 30 static long getNextEvenHourTimestamp(final long timestamp) { in getNextEvenHourTimestamp() 37 static long getLastEvenHourTimestamp(final long timestamp) { in getLastEvenHourTimestamp() 44 static long getNextDayTimestamp(final long timestamp) { in getNextDayTimestamp() 51 static boolean isMidnight(final long timestamp) { in isMidnight() 60 private static Calendar getSharpHourCalendar(final long timestamp) { in getSharpHourCalendar()
|
| /packages/services/Car/car-lib/src/android/car/hardware/ |
| D | CarSensorEvent.java | 158 public long timestamp; field in CarSensorEvent 211 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize, in CarSensorEvent() 221 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent() 243 public long timestamp; field in CarSensorEvent.EnvironmentData 276 public long timestamp; field in CarSensorEvent.IgnitionStateData 308 public long timestamp; field in CarSensorEvent.NightData 340 public long timestamp; field in CarSensorEvent.GearData 372 public long timestamp; field in CarSensorEvent.ParkingBrakeData 404 public long timestamp; field in CarSensorEvent.FuelLevelData 445 public long timestamp; field in CarSensorEvent.OdometerData [all …]
|
| /packages/services/Car/service/src/com/android/car/hal/ |
| D | HalPropValueBuilder.java | 87 public HalPropValue build(int prop, int areaId, long timestamp, int status) { in build() 115 public HalPropValue build(int prop, int areaId, long timestamp, int status, int value) { in build() 143 public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] values) { in build() 171 public HalPropValue build(int prop, int areaId, long timestamp, int status, float value) { in build() 199 public HalPropValue build(int prop, int areaId, long timestamp, int status, float[] values) { in build() 227 public HalPropValue build(int prop, int areaId, long timestamp, int status, long value) { in build() 255 public HalPropValue build(int prop, int areaId, long timestamp, int status, long[] values) { in build() 283 public HalPropValue build(int prop, int areaId, long timestamp, int status, String value) { in build() 311 public HalPropValue build(int prop, int areaId, long timestamp, int status, byte[] values) { in build() 332 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 | 43 long timestamp = 10000; in constructor() local 63 long timestamp = 10000; in setUidTraffic() local 83 long timestamp = 10000; in isValid() local 109 long timestamp = 10000; in writeToParcel() local 137 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 | 58 static File getTempDir(Context context, String timestamp) { in getTempDir() 85 static String getAudioFileName(String timestamp, MetaBugReport bug, String extension) { in getAudioFileName() 106 static File getFileWithSuffix(Context context, String timestamp, String suffix) { in getFileWithSuffix() 119 static File getFile(Context context, String timestamp, String name) { in getFile()
|
| /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/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
| D | BatteryTestUtils.java | 99 Context context, long timestamp, String packageName) { in insertDataToBatteryStateTable() 108 Context context, long timestamp, String packageName, boolean isFullChargeStart) { in insertDataToBatteryStateTable() 117 Context context, long timestamp, String packageName, boolean multiple, in insertDataToBatteryStateTable() 169 Context context, long userId, long timestamp, String packageName) { in insertDataToAppUsageEventTable() 178 Context context, long userId, long timestamp, String packageName, boolean multiple) { in insertDataToAppUsageEventTable()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/ |
| D | install_reinstall.json | 26 "timestamp": "800000000001" string 49 "timestamp": "800345600001" string 72 "timestamp": "800172800000" string 93 "timestamp": "800518400001" string 99 "timestamp": "800086400001" string 103 "timestamp": "800432000001" string 108 "timestamp": "800259200001" string
|
| /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/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/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()
|
| /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()
|