HomeSort by relevance Sort by last modified time
    Searched defs:executionListener (Results 1 - 6 of 6) sorted by null

  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
Processor.java 39 public class Processor implements ExecutionListener {
51 private final List<ExecutionListener> mOuterListeners;
169 * Adds an {@link ExecutionListener} to track when work finishes.
171 * @param executionListener The {@link ExecutionListener} to add
173 public synchronized void addExecutionListener(ExecutionListener executionListener) {
175 mOuterListeners.add(executionListener);
179 * Removes a tracked {@link ExecutionListener}.
181 * @param executionListener The {@link ExecutionListener} to remov
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 

Completed in 76 milliseconds