Home
last modified time | relevance | path

Searched defs:create (Results 1 – 7 of 7) sorted by relevance

/work/work-runtime/src/main/java/androidx/work/
DWorkManagerInitializer.java36 public @NonNull WorkManager create(@NonNull Context context) { in create() method in WorkManagerInitializer
/work/work-runtime/src/main/java/androidx/work/impl/utils/futures/
DSettableFuture.java45 public static <V> SettableFuture<V> create() { in create() method in SettableFuture
/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/
DToastWorker.java46 public static OneTimeWorkRequest.Builder create(String message) { in create() method in ToastWorker
/work/work-runtime/src/main/java/androidx/work/impl/
DStartStopToken.kt50 fun create(synchronized: Boolean = true): StartStopTokens { in tokenFor() method
DWorkDatabase.kt123 fun create( in <lambda>() method
/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/sherlockholmes/
DTextMappingWorker.java51 public static OneTimeWorkRequest.Builder create(String inputFile) { in create() method in TextMappingWorker
/work/work-runtime/src/androidTest/java/androidx/work/impl/workers/
DConstraintTrackingWorkerTest.kt162 private fun create(delegate: KClass<*>): WorkerWrapper { in create() method