Home
last modified time | relevance | path

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

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