Home
last modified time | relevance | path

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

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java88 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in noRequest() local
102 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in singleRequest() local
119 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in singleRequestWithoutPredefinedBucket() local
137 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in fewRequests() local
157 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in manyRequests() local
175 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in requestsWithNoPeriodCommonDenominator() local
197 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in manyRequestsDifferentReportScans() local
214 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in exceedMaxBatch() local
232 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in defaultMaxBatch() local
250 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in exceedMaxAps() local
[all …]
/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.java55 static void schedule(Context context) { in schedule() method in BlobStoreIdleJobService
/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/camera/
DCameraStatsJobService.java63 public static void schedule(Context context) { in schedule() method in CameraStatsJobService
/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/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.java109 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/apex/jobscheduler/framework/java/android/app/
DJobSchedulerImpl.java45 public int schedule(JobInfo job) { in schedule() method in JobSchedulerImpl
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp64 ScheduleResult VSyncDispatchTimerQueueEntry::schedule(nsecs_t workDuration, nsecs_t earliestVsync, in schedule() function in android::scheduler::VSyncDispatchTimerQueueEntry
300 ScheduleResult VSyncDispatchTimerQueue::schedule(CallbackToken token, nsecs_t workDuration, in schedule() function in android::scheduler::VSyncDispatchTimerQueue
399 ScheduleResult VSyncCallbackRegistration::schedule(nsecs_t workDuration, nsecs_t earliestVsync) { in schedule() function in android::scheduler::VSyncCallbackRegistration
/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/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/core/java/android/app/servertransaction/
DClientTransaction.java135 public void schedule() throws RemoteException { in schedule() method in ClientTransaction
/frameworks/base/core/java/com/android/internal/util/
DWakeupMessage.java99 public synchronized void schedule(long when) { in schedule() method in WakeupMessage
/frameworks/base/services/core/java/com/android/server/pm/
DDynamicCodeLoggingService.java75 public static void schedule(Context context) { in schedule() method in DynamicCodeLoggingService
/frameworks/base/core/java/android/service/notification/
DScheduleCalendar.java53 public void setSchedule(ScheduleInfo schedule) { in setSchedule()
/frameworks/base/services/core/java/com/android/server/storage/
DDiskStatsLoggingService.java98 public static void schedule(Context context) { in schedule() method in DiskStatsLoggingService
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSimpleMirrorWindowControl.java211 void schedule() { in schedule() method in SimpleMirrorWindowControl.MoveWindowTask
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java277 private void schedule() { in schedule() method in WindowTracing

12