/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifPipelineChoreographer.kt | 38 fun schedule() in schedule() method 79 override fun schedule() { in schedule() method in com.android.systemui.statusbar.notification.collection.NotifPipelineChoreographerImpl 125 override fun schedule() { in schedule() method in com.android.systemui.statusbar.notification.collection.FakeNotifPipelineChoreographer
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowKeyValueBackupJob.java | 37 protected static void schedule(int userId, Context ctx, long delay, in schedule() method in ShadowKeyValueBackupJob
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | KeyValueBackupJob.java | 67 public static void schedule(int userId, Context ctx, BackupManagerConstants constants) { in schedule() method in KeyValueBackupJob 71 public static void schedule(int userId, Context ctx, long delay, in schedule() method in KeyValueBackupJob
|
D | FullBackupJob.java | 47 public static void schedule(int userId, Context ctx, long minDelay, in schedule() method in FullBackupJob
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreIdleJobService.java | 57 static void schedule(Context context) { in schedule() method in BlobStoreIdleJobService
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
D | InactiveAssociationsRemovalService.java | 62 static void schedule(Context context) { in schedule() method in InactiveAssociationsRemovalService
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraStatsJobService.java | 63 public static void schedule(Context context) { in schedule() method in CameraStatsJobService
|
/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
D | ReportWatchlistJobService.java | 62 public static void schedule(Context context) { in schedule() method in ReportWatchlistJobService
|
/frameworks/base/services/core/java/com/android/server/ |
D | PruneInstantAppsJobService.java | 38 public static void schedule(Context context) { in schedule() method in PruneInstantAppsJobService
|
D | PreloadsFileCacheExpirationJobService.java | 50 public static void schedule(Context context) { in schedule() method in PreloadsFileCacheExpirationJobService
|
/frameworks/native/services/vibratorservice/ |
D | VibratorCallbackScheduler.cpp | 61 void CallbackScheduler::schedule(std::function<void()> callback, std::chrono::milliseconds delay) { in schedule() function in android::vibrator::CallbackScheduler
|
/frameworks/base/services/core/java/com/android/server/timezone/ |
D | TimeZoneUpdateIdler.java | 68 public static void schedule(Context context, long minimumDelayMillis) { in schedule() method in TimeZoneUpdateIdler
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
D | IJobScheduler.aidl | 29 int schedule(in JobInfo job); in schedule() method
|
D | JobScheduler.java | 127 public abstract @Result int schedule(@NonNull JobInfo job); in schedule() method in JobScheduler
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | AlarmTimeout.java | 55 public boolean schedule(long timeout, int mode) { in schedule() method in AlarmTimeout
|
/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() method in HibernationStateDiskStoreTest.MockScheduledExecutorService 149 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() method in HibernationStateDiskStoreTest.MockScheduledExecutorService
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DomainVerificationConnection.java | 61 public void schedule(int code, @Nullable Object object) { in schedule() method in DomainVerificationConnection
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/proxy/ |
D | DomainVerificationProxy.java | 110 void schedule(int code, @Nullable Object object); in schedule() method
|
/frameworks/base/services/core/java/com/android/server/pm/utils/ |
D | RequestThrottle.java | 111 public void schedule() { in schedule() method in RequestThrottle
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
D | JobSchedulerImpl.java | 48 public int schedule(JobInfo job) { in schedule() method in JobSchedulerImpl
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncDispatchTimerQueue.cpp | 89 ScheduleResult VSyncDispatchTimerQueueEntry::schedule(VSyncDispatch::ScheduleTiming timing, in schedule() function in android::scheduler::VSyncDispatchTimerQueueEntry 333 ScheduleResult VSyncDispatchTimerQueue::schedule(CallbackToken token, in schedule() function in android::scheduler::VSyncDispatchTimerQueue 432 ScheduleResult VSyncCallbackRegistration::schedule(VSyncDispatch::ScheduleTiming scheduleTiming) { in schedule() function in android::scheduler::VSyncCallbackRegistration
|
D | VsyncSchedule.cpp | 48 void schedule() { mRegistration.schedule({0, 0, 0}); } in schedule() function in android::scheduler::VsyncSchedule::PredictedVsyncTracer
|
/frameworks/base/tools/aapt/ |
D | WorkQueue.cpp | 38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { in schedule() function in android::WorkQueue
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TestExecutorService.java | 183 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() method in TestExecutorService 196 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() method in TestExecutorService
|
/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() method in MockScheduledExecutorService 92 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() method in MockScheduledExecutorService
|