| 54 | } |
| 55 | |
| 56 | HandlerThread::HandlerThread(JNIEnv* env, jobject handlerThread) { |
| 57 | thread = handlerThread; |
| 58 | looper = env->CallObjectMethod(handlerThread, HandlerThread_getLooper); |
| 59 | } |
| 60 | |
| 61 | HandlerThread::~HandlerThread() { |
| 62 | JNIEnvironment environment; |
nothing calls this directly
no outgoing calls
no test coverage detected