/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/ |
D | DomainSelectionControllerTest.java | 189 long delay = mTestController.getBindDelay(); in testBindServiceAndConnectedDisconnectedUnbind() local 220 long delay = BIND_RETRY.getStartDelay(); in testBindServiceAndBinderDied() local 233 long delay = mTestController.getBindDelay(); in testBindServiceAndReturnedNull() local 248 long delay = BIND_RETRY.getStartDelay(); in testAutoBindAfterBinderDied() local 267 long delay = BIND_RETRY.getStartDelay(); in testAutoBindAfterBinderDiedIgnoreNullBinding() local 298 long delay = mTestController.getBindDelay(); in testUnbindCauseAutoBindCancelAfterBinderDied() local 328 long delay = mTestController.getBindDelay(); in bindAndConnectService() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CrossFadeHelper.java | 47 public static void fadeOut(final View view, long duration, int delay) { in fadeOut() 58 public static void fadeOut(final View view, long duration, int delay, in fadeOut() 79 public static void fadeOut(final View view, long duration, int delay, in fadeOut() 161 public static void fadeIn(final View view, long duration, int delay) { in fadeIn() 172 public static void fadeIn(final View view, long duration, int delay, in fadeIn() 190 public static void fadeIn(final View view, long duration, int delay, in fadeIn()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ExponentialBackoffTest.java | 81 long delay = mBackoffUnderTest.getCurrentDelay(); in testStartBackoff() local 103 long delay = mBackoffUnderTest.getCurrentDelay(); in testDelayIncreasedExponentially() local 118 long delay = mBackoffUnderTest.getCurrentDelay(); in testDelayShouldNotExceededTheMaximumLimit() local
|
D | TestExecutorService.java | 183 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 196 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 208 long delay, TimeUnit unit) { in scheduleWithFixedDelay() 218 private long getNextExecutionTime(long delay, TimeUnit unit) { in getNextExecutionTime()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationUtils.java | 89 long delay = columns[0]; in startAnimations() local 117 long delay = columns[col]; in startAnimations() local 136 long delay = calculateDelay(row, 0); in getDelays() local 156 long delay = calculateDelay(row, col); in getDelays() local 181 public void createAnimation(final View view, long delay, long duration, float translationY, in createAnimation() 188 public void createAnimation(final View view, long delay, in createAnimation() 236 public static void startTranslationYAnimation(View view, long delay, long duration, in startTranslationYAnimation() 244 public static void startTranslationYAnimation(View view, long delay, long duration, in startTranslationYAnimation()
|
D | AppearAnimationCreator.java | 30 void createAnimation(T animatedObject, long delay, long duration, in createAnimation() 37 default void createAnimation(T animatedObject, long delay, long duration, in createAnimation()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ValueAnimatorTests.java | 87 final long delay = 200; in testStartDelay() local 89 assertEquals(a.getStartDelay(), delay); in testStartDelay() local 176 long delay = Math.max(a1.getTotalDuration(), a2.getTotalDuration()) + TOLERANCE; in testListenerCallbacks() local 238 long delay = Math.max(a1.getTotalDuration(), a2.getTotalDuration()) * 2; in testIsStarted() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | MockScheduledExecutorService.java | 84 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 92 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 104 long delay, TimeUnit unit) { in scheduleWithFixedDelay() 195 MockScheduledFuture(Runnable runnable, long delay, TimeUnit timeUnit) { in MockScheduledFuture() 199 MockScheduledFuture(Callable<V> callable, long delay, TimeUnit timeUnit) { in MockScheduledFuture() 203 private MockScheduledFuture(Runnable runnable, Callable<V> callable, long delay) { in MockScheduledFuture()
|
/frameworks/base/core/java/android/view/animation/ |
D | LayoutAnimationController.java | 144 public LayoutAnimationController(Animation animation, float delay) { in LayoutAnimationController() 283 public void setDelay(float delay) { in setDelay() 323 final long delay = getDelayForView(view) + mAnimation.getStartOffset(); in getAnimationForView() local 378 final float delay = mDelay * mAnimation.getDuration(); in getDelayForView() local
|
/frameworks/base/services/core/java/com/android/server/memory/ |
D | ZramMaintenance.java | 129 Duration delay = Duration.ofSeconds(getLongProperty(PERIODIC_DELAY_SECONDS_PROP, in startJob() local 138 Duration delay = Duration.ofSeconds( in startZramMaintenance() local 143 private static void scheduleZramMaintenance(Context context, Duration delay, in scheduleZramMaintenance()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | OomAdjusterDebugLogger.java | 84 void logScheduleUidIdle1(int uid, long delay) { in logScheduleUidIdle1() 89 void logScheduleUidIdle2(int uid, int pid, long delay) { in logScheduleUidIdle2() 94 void logScheduleUidIdle3(long delay) { in logScheduleUidIdle3()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsServiceControllerTest.java | 649 long delay = mTestImsServiceController.getRebindDelay(); in testBindServiceAndConnectedDisconnected() local 677 long delay = mTestImsServiceController.getRebindDelay(); in testBindServiceAndConnectedDisconnectedUnbind() local 781 long delay = REBIND_RETRY.getStartDelay(); in testBindServiceAndBinderDied() local 808 long delay = mTestImsServiceController.getRebindDelay(); in testBindServiceAndReturnedNull() local 1325 long delay = REBIND_RETRY.getStartDelay(); in testAutoBindAfterBinderDied() local 1351 long delay = REBIND_RETRY.getStartDelay(); in testAutoBindAfterBinderDiedIgnoreNullBinding() local 1396 long delay = mTestImsServiceController.getRebindDelay(); in testUnbindCauseAutoBindCancelAfterBinderDied() local 1420 long delay = REBIND_RETRY.getStartDelay(); in testBindCauseAutoBindCancelAfterBinderDied() local 1504 long delay = mTestImsServiceController.getRebindDelay(); in bindAndConnectService() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationDozeHelper.java | 50 boolean dark, long delay, Animator.AnimatorListener listener) { in startIntensityAnimation() 65 boolean animate, long delay, View view, @Nullable Runnable endRunnable) { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
D | RepeatableExecutorImpl.java | 38 public Runnable executeRepeatedly(Runnable r, long initDelay, long delay, TimeUnit unit) { in executeRepeatedly() 51 ExecutionToken(Runnable r, long delay, TimeUnit unit) { in ExecutionToken()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | TimerProvider.cpp | 45 void setDeadline(void* data, GesturesTimer* timer, stime_t delay, GesturesTimerCallback callback, in setDeadline() 103 void TimerProvider::setDeadline(GesturesTimer* timer, nsecs_t delay, GesturesTimerCallback callback, in setDeadline() 109 void TimerProvider::setDeadlineWithoutRequestingTimeout(GesturesTimer* timer, nsecs_t delay, in setDeadlineWithoutRequestingTimeout()
|
/frameworks/base/core/java/android/view/ |
D | HandlerActionQueue.java | 113 final long delay; field in HandlerActionQueue.HandlerAction 115 public HandlerAction(Runnable action, long delay) { in HandlerAction()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/ |
D | HibernationStateDiskStoreTest.java | 143 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 149 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 161 long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
/frameworks/base/core/java/android/animation/ |
D | AnimationHandler.java | 312 public void addAnimationFrameCallback(final AnimationFrameCallback callback, long delay) { in addAnimationFrameCallback() 458 public static void setFrameDelay(long delay) { in setFrameDelay() 528 public void setFrameDelay(long delay) { in setFrameDelay() 577 void setFrameDelay(long delay); in setFrameDelay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 261 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() 275 public void performAddAnimation(long delay, long duration, boolean isHeadsUpAppear) { in performAddAnimation() 281 public void performAddAnimation(long delay, long duration, boolean isHeadsUpAppear, in performAddAnimation()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | CurrentTimeMillisSupplierFake.java | 40 public void delay(long delayInMillis) { in delay() method in CurrentTimeMillisSupplierFake
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WirelessChargingAnimation.java | 100 public void show(long delay) { in show() 185 public void show(long delay) { in show() 187 mHandler.sendMessageDelayed(Message.obtain(mHandler, SHOW), delay); in show() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationProperties.java | 35 public long delay; field in AnimationProperties
|
/frameworks/native/services/vibratorservice/include/vibratorservice/ |
D | VibratorCallbackScheduler.h | 33 DelayedCallback(std::function<void()> callback, std::chrono::milliseconds delay) in DelayedCallback()
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowKeyValueBackupJob.java | 38 protected static void schedule(int userId, Context ctx, long delay, in schedule()
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | CaptureTimer.cpp | 31 void CaptureTimer::setTimeout(TimeoutCallback function, std::chrono::milliseconds delay) { in setTimeout()
|