HomeSort by relevance Sort by last modified time
    Searched refs:mInterruptThreads (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
Alarm.java 31 private final List<Thread> mInterruptThreads = new ArrayList<Thread>();
55 mInterruptThreads.add(intThread);
82 for (Thread thread : mInterruptThreads) {
RunUtil.java 63 private Map<Long, String> mInterruptThreads = new HashMap<>();
502 mInterruptThreads.put(thread.getId(), message);
514 final String message = mInterruptThreads.remove(threadId);

Completed in 69 milliseconds