Home
last modified time | relevance | path

Searched defs:cancelAllInAllNamespaces (Results 1 – 2 of 2) sorted by relevance

/work/work-runtime/src/androidTest/java/androidx/work/impl/background/systemjob/
DJobSchedulerNamespaceTest.kt77 fun cancelAllInAllNamespaces() { in cancelAllInAllNamespaces() method
/work/work-runtime/src/main/java/androidx/work/impl/background/systemjob/
DSystemJobScheduler.java271 public static void cancelAllInAllNamespaces(@NonNull Context context) { in cancelAllInAllNamespaces() method in SystemJobScheduler