Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpConstants.h190 enum JdwpThreadStatus { enum
197 const char* dvmJdwpThreadStatusStr(JdwpThreadStatus status);
DJdwpConstants.cpp250 const char* dvmJdwpThreadStatusStr(JdwpThreadStatus status) in dvmJdwpThreadStatusStr()