/packages/services/Car/tests/vehiclehal_test/assets/ |
D | car_hvac_test.json | 3 "timestamp": 1526063903757636096, number 9 "timestamp": 1526063904959113984, number 15 "timestamp": 1526063905159528960, number 21 "timestamp": 1526063905359936000, number 27 "timestamp": 1526063905560376832, number 33 "timestamp": 1526063905760837120, number 39 "timestamp": 1526063905961300992, number 45 "timestamp": 1526063906362006016, number 51 "timestamp": 1526063906562436096, number 57 "timestamp": 1526063906762857984, number [all …]
|
D | car_hvac_set_test.json | 3 "timestamp": 1526063903356950016, number 9 "timestamp": 1526063903357100032, number 15 "timestamp": 1526063903358950016, number 21 "timestamp": 1526063903359100032, number
|
D | car_property_test.json | 3 "timestamp": 151111100000000, number 9 "timestamp": 101111100000000, number 15 "timestamp": 181111100000000, number 21 "timestamp": 101111100000000, number
|
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/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() 210 public long timestamp; field in CarSensorEvent.EnvironmentData 239 public long timestamp; field in CarSensorEvent.IgnitionStateData 267 public long timestamp; field in CarSensorEvent.NightData 295 public long timestamp; field in CarSensorEvent.GearData 323 public long timestamp; field in CarSensorEvent.ParkingBrakeData 351 public long timestamp; field in CarSensorEvent.FuelLevelData 388 public long timestamp; field in CarSensorEvent.OdometerData [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | UserMetricsTest.java | 48 long timestamp = sendStartingEvent(mUserId); in testStartingEvent_success() local 82 long timestamp = sendSwitchingEvent(mFromUserId, mUserId); in testSwitchingEvent_success() local 97 long timestamp = sendUnlockingEvent(mUserId); in testUnlockingEvent_success() local 111 long timestamp = sendStartingEvent(mUserId); in testUnlockedEvent_success() local 121 long timestamp = sendStopingEvent(mUserId); in testStopingEvent_success() local 154 long timestamp = sendStopingEvent(mUserId); in testStoppedEvent_success() local 203 private void assertStartTime(long timestamp, @UserIdInt int userId) { in assertStartTime() 209 private void assertSwitchTime(long timestamp, @UserIdInt int fromUserId, in assertSwitchTime() 217 private void assertUnlockingTime(long timestamp, int userId) { in assertUnlockingTime() 228 private void assertStopingTime(long timestamp, @UserIdInt int userId) { in assertStopingTime()
|
/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/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/tests/BugReportApp/src/com/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/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/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/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()
|
D | rtt_transcript.proto | 17 optional int64 timestamp = 3; field 25 optional int64 timestamp = 2; field
|
/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() 147 long timestamp = sRandomGen.nextLong(); in createSampleDTC() local
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarDiagnosticManagerTest.java | 96 long timestamp = SystemClock.elapsedRealtimeNanos(); in addNewEvent() local 100 synchronized VehiclePropValue addNewEvent(DiagnosticEventBuilder builder, long timestamp) { in addNewEvent() 106 synchronized VehiclePropValue removeEvent(long timestamp) { in removeEvent() 118 synchronized VehiclePropValue getEvent(long timestamp) { in getEvent() 182 long timestamp = value.value.int64Values.get(0); in onPropertyGet() local 382 long timestamp = SystemClock.elapsedRealtimeNanos(); in testSecondaryAirStatus() local 419 long timestamp = SystemClock.elapsedRealtimeNanos(); in testIgnitionMonitors() local 509 long timestamp = SystemClock.elapsedRealtimeNanos(); in testFuelType() local 533 long timestamp = SystemClock.elapsedRealtimeNanos(); in testDiagnosticJson() local
|
/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/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/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/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/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
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperPreferences.java | 303 public void addDailyRotation(long timestamp) { in addDailyRotation() 333 public void setDailyWallpaperEnabledTimestamp(long timestamp) { in setDailyWallpaperEnabledTimestamp() 348 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp() 358 public void setLastAppActiveTimestamp(long timestamp) { in setLastAppActiveTimestamp() 363 public void setDailyWallpaperRotationStatus(int status, long timestamp) { in setDailyWallpaperRotationStatus() 384 public void setLastSyncTimestamp(long timestamp) { in setLastSyncTimestamp()
|