Home
last modified time | relevance | path

Searched refs:cancelAllInJobScheduler (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
DForceStopRunnableTest.java97 doNothing().when(runnable).cancelAllInJobScheduler(); in test_cancelAllJobSchedulerJobs()
100 verify(runnable, times(1)).cancelAllInJobScheduler(); in test_cancelAllJobSchedulerJobs()
107 doNothing().when(runnable).cancelAllInJobScheduler(); in test_doNothingWhenThereIsNothingToCancel()
110 verify(runnable, times(0)).cancelAllInJobScheduler(); in test_doNothingWhenThereIsNothingToCancel()
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
DForceStopRunnable.java71 cancelAllInJobScheduler(); in run()
136 public void cancelAllInJobScheduler() { in cancelAllInJobScheduler() method in ForceStopRunnable