D | TestAppInterface.java | 159 void scheduleJob(boolean allowWhileIdle, int requiredNetworkType, boolean asExpeditedJob) in scheduleJob() method in TestAppInterface 161 scheduleJob(allowWhileIdle, requiredNetworkType, asExpeditedJob, false); in scheduleJob() 164 void scheduleJob(boolean allowWhileIdle, int requiredNetworkType, boolean asExpeditedJob, in scheduleJob() method in TestAppInterface 166 scheduleJob( in scheduleJob() 191 void scheduleJob(Map<String, Boolean> booleanExtras, Map<String, Integer> intExtras) in scheduleJob() method in TestAppInterface 193 scheduleJob(booleanExtras, intExtras, Collections.emptyMap()); in scheduleJob() 196 void scheduleJob(Map<String, Boolean> booleanExtras, Map<String, Integer> intExtras, in scheduleJob() method in TestAppInterface
|