Home
last modified time | relevance | path

Searched defs:schedule (Results 1 – 25 of 48) 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.java38 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, in schedule() method in KeyValueBackupJob
72 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/services/companion/java/com/android/server/companion/
DInactiveAssociationsRemovalService.java62 static void schedule(Context context) { in schedule() method in InactiveAssociationsRemovalService
/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/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/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/tools/aapt/
DWorkQueue.cpp38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { in schedule() function in android::WorkQueue
/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
/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/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp93 ScheduleResult VSyncDispatchTimerQueueEntry::schedule(VSyncDispatch::ScheduleTiming timing, in schedule() function in android::scheduler::VSyncDispatchTimerQueueEntry
356 ScheduleResult VSyncDispatchTimerQueue::schedule(CallbackToken token, in schedule() function in android::scheduler::VSyncDispatchTimerQueue
468 ScheduleResult VSyncCallbackRegistration::schedule(VSyncDispatch::ScheduleTiming scheduleTiming) { in schedule() function in android::scheduler::VSyncCallbackRegistration
DVsyncModulator.cpp49 VsyncModulator::VsyncConfigOpt VsyncModulator::setTransactionSchedule(TransactionSchedule schedule, in setTransactionSchedule()
/frameworks/base/core/java/android/app/servertransaction/
DClientTransaction.java135 public void schedule() throws RemoteException { in schedule() method in ClientTransaction
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DCollectorThread.java74 public void schedule() { in schedule() method in CollectorThread.WatchdogHandler
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DIJobScheduler.aidl31 int schedule(String namespace, in JobInfo job); in schedule() method
/frameworks/base/core/java/com/android/internal/util/
DWakeupMessage.java99 public synchronized void schedule(long when) { in schedule() method in WakeupMessage

12