Searched refs:currentTime (Results 1 – 6 of 6) sorted by relevance
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | BetterSwipe.kt | 81 sendPointer(currentTime = downTime, action = MotionEvent.ACTION_DOWN, point = start) in <lambda>() 137 currentTime = lastTime, in <lambda>() 147 internal fun moveBy(delta: PointF, currentTime: Long, sync: Boolean) { in <lambda>() 149 sendPointer(currentTime, MotionEvent.ACTION_MOVE, targetPoint, sync) in <lambda>() 150 lastTime = currentTime in <lambda>() 159 currentTime: Long, in <lambda>() 164 val event = getMotionEvent(downTime, currentTime, action, point, pointerId) in <lambda>() 205 var currentTime = lastTime in <lambda>() variable 213 currentTime += stepTimeMs in <lambda>() 216 sendPointer(currentTime, MotionEvent.ACTION_MOVE, point) in <lambda>() [all …]
|
D | WaitUtils.kt | 226 val currentTime = now() in waitForNullableValueToSettle() constant 229 settledSince = currentTime in waitForNullableValueToSettle()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsDateTimeHelperImpl.java | 187 String currentTime = getTime(); in setTimeInTwelveHourFormat() local 217 setTime(2, minute_string, currentTime); in setTimeInTwelveHourFormat() 218 setTime(0, String.valueOf(hour), currentTime); in setTimeInTwelveHourFormat() 219 setTime(1, am_pm, currentTime); in setTimeInTwelveHourFormat() 227 String currentTime = getTime(); in setTimeInTwentyFourHourFormat() local 258 setTime(2, minute_string, currentTime); in setTimeInTwentyFourHourFormat() 259 setTime(0, hour_string, currentTime); in setTimeInTwentyFourHourFormat() 263 private void setTime(int index, String s, String currentTime) { in setTime() argument 287 int currentMinute = Integer.parseInt(currentTime.split(":")[1].split("\\s+")[0]); in setTime() 297 int currentHour = Integer.parseInt(currentTime.split(":")[0]); in setTime() [all …]
|
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/ |
D | ComposeToolkit.kt | 251 val startFrameTime = mainClock.currentTime in recordMotion() 253 recordFrame(TimestampFrameId(mainClock.currentTime - startFrameTime)) in recordMotion() 351 frameEmitter.tryEmit(composeTestRule.mainClock.currentTime) in <lambda>()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTestHelper.java | 178 long currentTime = System.currentTimeMillis(); in populateContentInDLApp() local 203 changeSystemTime(currentTime); in populateContentInDLApp()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | AuptTestRunner.java | 338 long currentTime = SystemClock.uptimeMillis(); 340 currentTime - lastDumpheap > mDumpheapInterval) { 343 mLastDumpheap.put(proc, currentTime);
|