Searched defs:scheduleJob (Results 1 – 8 of 8) sorted by relevance
69 fun scheduleJob(context: Context, intent: Intent) { in scheduleJob() method
38 public static void scheduleJob(Context context) { in scheduleJob() method in VoicemailNotificationJobService
99 public static void scheduleJob( in scheduleJob() method in TaskSchedulerJobService
58 static void scheduleJob(JobScheduler scheduler) { in scheduleJob() method in SecretkeeperJobService
119 int scheduleJob(Context context, JobSpec jobSpec) { in scheduleJob() method in PolicyJobScheduler
148 public static void scheduleJob(Context context, long downloadId) { in scheduleJob() method in Helpers162 public static boolean scheduleJob(Context context, DownloadInfo info) { in scheduleJob() method in Helpers
379 public static void scheduleJob(@NonNull UiAutomation automation, in scheduleJob() method in PermissionUtils
571 private JobInfo scheduleJob(JobInfo existingJobInfo) { in scheduleJob() method in PeriodicEncodingJobServiceTest