Home
last modified time | relevance | path

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

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java86 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in noRequest() local
100 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in singleRequest() local
117 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in singleRequestWithoutPredefinedBucket() local
135 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in fewRequests() local
155 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in manyRequests() local
173 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in requestsWithNoPeriodCommonDenominator() local
195 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in manyRequestsDifferentReportScans() local
212 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in exceedMaxBatch() local
230 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in defaultMaxBatch() local
248 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.java66 public static void schedule(int userId, Context ctx, BackupManagerConstants constants) { in schedule() method in KeyValueBackupJob
70 public static void schedule(int userId, Context ctx, long delay, in schedule() method in KeyValueBackupJob
DFullBackupJob.java45 public static void schedule(int userId, Context ctx, long minDelay, in schedule() method in FullBackupJob
/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/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/core/java/android/app/job/
DIJobScheduler.aidl29 int schedule(in JobInfo job); in schedule() method
DJobScheduler.java91 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/core/java/android/app/
DJobSchedulerImpl.java41 public int schedule(JobInfo job) { in schedule() method in JobSchedulerImpl
/frameworks/base/tools/aapt/
DWorkQueue.cpp38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) { in schedule() function in android::WorkQueue
/frameworks/base/core/java/android/app/servertransaction/
DClientTransaction.java134 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/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
DBackgroundDexOptService.java109 public static void schedule(Context context) { in schedule() method in BackgroundDexOptService
/frameworks/base/core/java/android/service/notification/
DScheduleCalendar.java53 public void setSchedule(ScheduleInfo schedule) { in setSchedule()
DZenModeConfig.java1134 final ScheduleInfo schedule = ZenModeConfig.tryParseScheduleConditionId(conditionId); in toScheduleCalendar() local
1334 public static Uri toScheduleConditionId(ScheduleInfo schedule) { in toScheduleConditionId()
2044 ScheduleCalendar schedule = toScheduleCalendar(id); in parseAutomaticRuleEndTime() local
/frameworks/base/services/core/java/com/android/server/storage/
DDiskStatsLoggingService.java98 public static void schedule(Context context) { in schedule() method in DiskStatsLoggingService
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java268 private void schedule() { in schedule() method in WindowTracing
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp368 nsecs_t VideoFrameSchedulerBase::schedule(nsecs_t renderTime) { in schedule() function in android::VideoFrameSchedulerBase
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DUserBackupManagerServiceTest.java1252 public static void schedule(int userId, Context ctx, long delay, in schedule() method in UserBackupManagerServiceTest.ShadowKeyValueBackupJobException

12