Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java156 private RecordingThread mCurrentThread; field in AppLaunch
1397 mCurrentThread = new RecordingThread("test-screen-record", in startRecording()
1399 mCurrentThread.start(); in startRecording()
1414 mCurrentThread.cancel(); in stopRecording()
1417 mCurrentThread.join(); in stopRecording()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp153 jmethodID mCurrentThread; member
291 gThreadDispatchOffsets.mCurrentThread); in report_java_lang_error()
1629 gThreadDispatchOffsets.mCurrentThread = GetStaticMethodIDOrDie(env, clazz, "currentThread", in register_android_os_Binder()