Home
last modified time | relevance | path

Searched defs:currentTime (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java77 long currentTime = TEST_TIME; in testEmpty() local
93 long currentTime = TEST_TIME; in testCombine() local
114 long currentTime = TEST_TIME; in testRotate() local
146 long currentTime = TEST_TIME; in testDelete() local
176 long currentTime = TEST_TIME; in testThrowRestoresBackup() local
237 long currentTime = TEST_TIME; in testQueryMatch() local
285 long currentTime = TEST_TIME; in testClockRollingBackwards() local
334 long currentTime = TEST_TIME; in testFuzz() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipTouchStateTest.java67 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapLongSingleTap_notDoubleTapAndNotWaiting() local
79 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapTimeout_timeoutCallbackCalled() local
96 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapDrag_doubleTapCanceled() local
109 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTap_doubleTapRegistered() local
/frameworks/base/core/java/android/animation/
DTimeAnimator.java40 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime()
52 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in setCurrentPlayTime() local
DAnimationHandler.java320 long currentTime = SystemClock.uptimeMillis(); in doAnimationFrame() local
356 private boolean isCallbackDue(AnimationFrameCallback callback, long currentTime) { in isCallbackDue()
DValueAnimator.java764 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in setCurrentFraction() local
1283 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in reverse() local
1413 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime()
1571 final long currentTime = Math.max(frameTime, mStartTime); in doAnimationFrame() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DAirplaneModeStats.java77 long currentTime = SystemClock.elapsedRealtime(); in onAirplaneModeChanged() local
92 private boolean calculateShortToggle(long currentTime, boolean isAirplaneModeOn) { in calculateShortToggle()
/frameworks/av/services/camera/libcameraservice/device3/
DPreviewFrameSpacer.cpp60 nsecs_t currentTime = systemTime(); in threadLoop() local
99 const BufferHolder& bufferHolder, nsecs_t currentTime) { in queueBufferToClientLocked()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DMockClock.java25 public long currentTime; field in MockClock
DBatteryUsageStatsRule.java64 public BatteryUsageStatsRule(long currentTime) { in BatteryUsageStatsRule()
68 public BatteryUsageStatsRule(long currentTime, File historyDir) { in BatteryUsageStatsRule()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java167 final long currentTime = 1000; in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout() local
185 final long currentTime = 1000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java217 long currentTime = SystemClock.uptimeMillis(); in injectEventsMainThread() local
395 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded()
416 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents()
444 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp227 std::string dumpQueue(const std::deque<DispatchEntry*>& queue, nsecs_t currentTime) { in dumpQueue()
436 const nsecs_t currentTime = now(); in isConnectionResponsive() local
634 nsecs_t currentTime = now(); in dispatchOnce() local
672 const nsecs_t currentTime = now(); in processAnrsLocked() local
720 nsecs_t currentTime = now(); in dispatchOnceInnerLocked() local
914 bool InputDispatcher::isStaleEvent(nsecs_t currentTime, const EventEntry& entry) { in isStaleEvent()
1269 std::shared_ptr<KeyEntry> InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked()
1287 bool InputDispatcher::dispatchConfigurationChangedLocked(nsecs_t currentTime, in dispatchConfigurationChangedLocked()
1305 bool InputDispatcher::dispatchDeviceResetLocked(nsecs_t currentTime, in dispatchDeviceResetLocked()
1348 void InputDispatcher::dispatchFocusLocked(nsecs_t currentTime, std::shared_ptr<FocusEntry> entry) { in dispatchFocusLocked()
[all …]
DInputState.cpp273 nsecs_t currentTime, const CancelationOptions& options) { in synthesizeCancelationEvents()
308 nsecs_t currentTime) { in synthesizePointerDownEvents()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp71 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in isDirty() local
289 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in drawStaging() local
/frameworks/base/core/java/com/android/internal/policy/
DClipRectTBAnimation.java50 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation()
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java93 long currentTime = System.currentTimeMillis(); in generateKeyEvent() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsDispatchersController.java246 long currentTime = System.currentTimeMillis(); in reevaluateTimerStatus() local
274 private void handleInService(long currentTime) { in handleInService()
293 private void handleOutOfService(long currentTime) { in handleOutOfService()
326 long currentTime = System.currentTimeMillis(); in resetPartialSegmentWaitTimer() local
/frameworks/base/services/core/java/com/android/server/display/
DHighBrightnessModeController.java225 final long currentTime = mClock.uptimeMillis(); in onBrightnessChanged() local
327 final long currentTime = mClock.uptimeMillis(); in dumpLocal() local
370 private long calculateRemainingTime(long currentTime) { in calculateRemainingTime()
422 final long currentTime = mClock.uptimeMillis(); in recalculateTimeAllowance() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
DSplitScreenHelper.kt167 var currentTime = eventTime in touchMove() variable
/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
DBluetoothMidiDecoderTest.java68 long currentTime = actualTimestamps[i]; in compareWithExpected() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
DMediaDataManagerTest.kt813 val currentTime = clock.elapsedRealtime() in testAddResumptionControls() constant
840 val currentTime = clock.elapsedRealtime() in testAddResumptionControls_withExplicitIndicator() constant
1354 val currentTime = clock.elapsedRealtime() in testOnMediaDataChanged_updatesLastActiveTime() constant
1368 val currentTime = clock.elapsedRealtime() in testOnMediaDataTimedOut_doesNotUpdateLastActiveTime() constant
1395 val currentTime = clock.elapsedRealtime() in testOnActiveMediaConverted_doesNotUpdateLastActiveTime() constant
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h112 const nsecs_t currentTime = systemTime(); in flushTime() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DVariableDateViewController.kt95 private var currentTime = Date() variable
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DCollectorThread.java61 long currentTime = SystemClock.uptimeMillis(); in handleMessage() local
/frameworks/base/services/core/java/com/android/server/power/
DFaceDownDetector.java200 final long currentTime = SystemClock.uptimeMillis(); in updateActiveState() local
329 final long currentTime = SystemClock.uptimeMillis(); in logScreenOff() local

1234