/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/ |
H A D | ExponentialRetryAlgorithm.java | 150 Duration timeLeft = settings.getTotalTimeout().minus(timeElapsed).minus(randomDelay); in createNextAttempt() local 213 Duration timeLeft = totalTimeout.minus(Duration.ofNanos(totalTimeSpentNanos)); in shouldRetry() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/ui/ |
H A D | ScreenRecordTileMapperTest.kt | 76 val timeLeft = 0L in activeStateMatchesStartingDataModel() constant
|
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
D | TimerObj.java | 45 public long timeLeft() { in timeLeft() method in TimerObj
|
/aosp_15_r20/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/ |
H A D | TimerObj.java | 45 public long timeLeft() { in timeLeft() method in TimerObj
|
/aosp_15_r20/developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
H A D | TimerObj.java | 45 public long timeLeft() { in timeLeft() method in TimerObj
|
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/ |
H A D | HalProxy.cpp | 623 int64_t timeLeft; in handleWakelocks() local 643 bool HalProxy::sharedWakelockDidTimeout(int64_t* timeLeft) { in sharedWakelockDidTimeout()
|
/aosp_15_r20/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/ |
D | CountDownAnimationView.java | 129 public void setCountDownLeft(Duration timeLeft) { in setCountDownLeft()
|
D | CountDownRenderer.java | 153 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft()
|
D | LoopingAnimationThread.java | 137 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft()
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/default/ |
H A D | FakeLockoutTracker.cpp | 95 auto timeLeft = getLockoutTimeLeft(); in checkIfLockout() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/EmergencyInfo/EmergencyGestureAction/EmergencyGestureAction/android_common/repackaged-jarjar/javac/ |
D | EmergencyGestureAction.jar | com/android/emergency/widgets/slider/SliderView.class
SliderView.java
package com. ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/EmergencyInfo/EmergencyGestureAction/EmergencyGestureAction/android_common/javac/ |
D | EmergencyGestureAction.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/ |
H A D | WorkflowTest.java | 96 long timeLeft = OPERATION_TIMEOUT_MILLIS - (System.currentTimeMillis() - startTime); in waitWithTimeout() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDiscoverableEnabler.java | 290 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | DelayQueue.java | 305 long timeLeft = available.awaitNanos(delay); in poll() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | DelayQueue.java | 305 long timeLeft = available.awaitNanos(delay); in poll() local
|
D | ScheduledThreadPoolExecutor.java | 1277 long timeLeft = available.awaitNanos(delay); in poll() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | DelayQueue.java | 305 long timeLeft = available.awaitNanos(delay); in poll() local
|
H A D | ScheduledThreadPoolExecutor.java | 1277 long timeLeft = available.awaitNanos(delay); in poll() local
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/default/tests/ |
H A D | FakeLockoutTrackerTest.cpp | 79 ndk::ScopedAStatus onLockoutTimed(int64_t timeLeft) override { in onLockoutTimed()
|
/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/src/main/java/io/grpc/testing/istio/ |
H A D | EchoTestServer.java | 423 Duration timeLeft = expected.minus(elapsed); in buildEchoResponse() local
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PinnedHeaderListView.java | 556 int timeLeft = (int)(header.targetTime - currentTime); in drawHeader() local
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
H A D | FakeFingerprintEngine.cpp | 516 int64_t timeLeft = mLockoutTracker.getLockoutTimeLeft(); in checkSensorLockout() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ScheduledThreadPoolExecutor.java | 1277 long timeLeft = available.awaitNanos(delay); in poll() local
|
/aosp_15_r20/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 1264 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local
|