/aosp_15_r20/frameworks/opt/car/services/updatableServices/tests/src/com/android/internal/car/updatable/ |
D | UserMetricsTest.java | 58 long timestamp2 = sendStartingEvent(userId); in testStartingEvent_multipleCallsDifferentUser() local 68 long timestamp2 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsSameUser() local 131 long timestamp2 = sendStopingEvent(userId); in testStopingEvent_multipleCallsDifferentUser() local 141 long timestamp2 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsSameUser() local
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/ |
H A D | BackupManagerMonitorDumpsysUtilsTest.java | 209 long timestamp2 = timestamp1 - 1; in isDateAfterNMillisec_date1IsAfterThanDate2_returnTrue() local 219 long timestamp2 = timestamp1 + 10; in isDateAfterNMillisec_date1IsAfterNMillisecFromDate2_returnTrue() local 229 long timestamp2 = timestamp1 + 10; in isDateAfterNMillisec_date1IsLessThanNMillisecFromDate2_returnFalse() local
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/ |
D | OperationalDatasetTimestampTest.java | 71 OperationalDatasetTimestamp timestamp2 = in toTlvValue_conversionIsLossLess() local 87 OperationalDatasetTimestamp timestamp2 = in toTlvValue_timestampFromInstant_conversionIsLossLess() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | DatabaseUtilsTest.java | 344 final Long timestamp2 = 1002L; in getAppUsageEventForUsers_returnExpectedMap() local 395 final Long timestamp2 = Long.valueOf(1002L); in getHistoryMap_returnExpectedMap() local
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | OfflineSessionTest.java | 144 Long timestamp2 = result2.get(CaptureResult.SENSOR_TIMESTAMP); in testInvalidOutput() local 796 Long timestamp2 = result2.get(CaptureResult.SENSOR_TIMESTAMP); in checkInitialResults() local
|
H A D | FastBasicsTest.java | 109 Long timestamp2 = result2.get(CaptureResult.SENSOR_TIMESTAMP); in camera2TestByCamera() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/table/ |
H A D | TableLogBufferTest.kt | 447 val timestamp2 = TABLE_LOG_DATE_FORMAT.format(200L) in <lambda>() constant 558 val timestamp2 = TABLE_LOG_DATE_FORMAT.format(200L) in <lambda>() constant
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/ |
D | OperationalDatasetTimestampTest.java | 89 OperationalDatasetTimestamp timestamp2 = in toInstant_onlyAuthoritativeSourceDiscarded() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range03.c | 32 struct timespec timestamp1, timestamp2; in verify_copy_file_range_timestamp() local
|
/aosp_15_r20/development/tools/winscope/src/viewers/common/ |
H A D | log_presenter_test.ts | 30 const timestamp2 = TimestampConverterUtils.makeElapsedTimestamp(2n); constant
|
H A D | hierarchy_presenter_test.ts | 33 const timestamp2 = TimestampConverterUtils.makeElapsedTimestamp(2n); constant
|
H A D | log_viewer_presenter_test.ts | 58 const timestamp2 = TimestampConverterUtils.makeElapsedTimestamp(2n); constant
|
H A D | hierarchy_viewer_presenter_test.ts | 47 const timestamp2 = TimestampConverterUtils.makeElapsedTimestamp(2n); constant
|
/aosp_15_r20/external/webrtc/modules/include/ |
H A D | module_common_types_public.h | 106 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | FgsLoggerTest.java | 654 long timestamp2 = mFgsLogger.logForegroundServiceApiEventBegin( in multipleTypesOneFgsTest() local
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputProcessor_test.cpp | 215 timeval timestamp2 = {1, 2}; in TEST_F() local
|
/aosp_15_r20/art/test/2246-trace-stream/src/ |
H A D | BaseTraceParser.java | 242 int timestamp2 = readNumber(4); in ProcessEventEntry() local
|
/aosp_15_r20/cts/tests/tests/appop/src/android/app/appops/cts/ |
H A D | DiscreteAppopsTest.kt | 618 val timestamp2 = timestamp + SHORT_TIME_QUANT_MILLIS in <lambda>() constant
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 100 Long timestamp2 = o2.mFile.lastModified(); in compare() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | dtmf_buffer_unittest.cc | 233 uint32_t timestamp2 = 0; in TEST() local
|
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
D | NotificationOtpDetectionHelperTest.kt | 122 val timestamp2 = 1000L in testGetTextForDetection_messagesIncludedSorted() constant
|
/aosp_15_r20/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | TimestampsTest.java | 519 Timestamp timestamp2 = timestamp(50, 500); in testComparator() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | TimestampsTest.java | 519 Timestamp timestamp2 = timestamp(50, 500); in testComparator() local
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | AudioTrackSurroundTest.java | 309 private double calculateSampleRate(AudioTimestamp timestamp1, AudioTimestamp timestamp2) { in calculateSampleRate()
|
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
H A D | ViewManagerImplTest.java | 988 Timestamp timestamp2 = Timestamp.create(2, 0); in settingStateToDisabledWillClearStats() local
|