Home
last modified time | relevance | path

Searched defs:schedule (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipelineChoreographer.kt38 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/
DShadowKeyValueBackupJob.java37 protected static void schedule(int userId, Context ctx, long delay, in schedule() method in ShadowKeyValueBackupJob
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java67 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
DFullBackupJob.java47 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/
DBlobStoreIdleJobService.java57 static void schedule(Context context) { in schedule() method in BlobStoreIdleJobService
/frameworks/base/services/companion/java/com/android/server/companion/
DInactiveAssociationsRemovalService.java62 static void schedule(Context context) { in schedule() method in InactiveAssociationsRemovalService
/frameworks/base/services/core/java/com/android/server/camera/
DCameraStatsJobService.java63 public static void schedule(Context context) { in schedule() method in CameraStatsJobService
/frameworks/base/services/core/java/com/android/server/net/watchlist/
DReportWatchlistJobService.java62 public static void schedule(Context context) { in schedule() method in ReportWatchlistJobService
/frameworks/base/services/core/java/com/android/server/
DPruneInstantAppsJobService.java38 public static void schedule(Context context) { in schedule() method in PruneInstantAppsJobService
DPreloadsFileCacheExpirationJobService.java50 public static void schedule(Context context) { in schedule() method in PreloadsFileCacheExpirationJobService
/frameworks/native/services/vibratorservice/
DVibratorCallbackScheduler.cpp61 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/
DTimeZoneUpdateIdler.java68 public static void schedule(Context context, long minimumDelayMillis) { in schedule() method in TimeZoneUpdateIdler
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DIJobScheduler.aidl29 int schedule(in JobInfo job); in schedule() method
DJobScheduler.java127 public abstract @Result int schedule(@NonNull JobInfo job); in schedule() method in JobScheduler
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DAlarmTimeout.java55 public boolean schedule(long timeout, int mode) { in schedule() method in AlarmTimeout
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DHibernationStateDiskStoreTest.java143 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/
DDomainVerificationConnection.java61 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/
DDomainVerificationProxy.java110 void schedule(int code, @Nullable Object object); in schedule() method
/frameworks/base/services/core/java/com/android/server/pm/utils/
DRequestThrottle.java111 public void schedule() { in schedule() method in RequestThrottle
/frameworks/base/apex/jobscheduler/framework/java/android/app/
DJobSchedulerImpl.java48 public int schedule(JobInfo job) { in schedule() method in JobSchedulerImpl
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp89 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
DVsyncSchedule.cpp48 void schedule() { mRegistration.schedule({0, 0, 0}); } in schedule() function in android::scheduler::VsyncSchedule::PredictedVsyncTracer
/frameworks/base/tools/aapt/
DWorkQueue.cpp38 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/
DTestExecutorService.java183 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/
DMockScheduledExecutorService.java84 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

12