Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/command/
DCommandInterrupter.java45 private ConcurrentMap<Thread, MessageAndErrorId> mInterruptMessage = field in CommandInterrupter
123 mInterruptMessage.put(thread, new MessageAndErrorId(message, errorId)); in interrupt()
136 MessageAndErrorId error = mInterruptMessage.remove(thread); in checkInterrupted()