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
1399 mCurrentThread = new RecordingThread("test-screen-record", in startRecording()
1401 mCurrentThread.start(); in startRecording()
1416 mCurrentThread.cancel(); in stopRecording()
1419 mCurrentThread.join(); in stopRecording()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp155 jmethodID mCurrentThread; member
289 gThreadDispatchOffsets.mCurrentThread); in report_java_lang_error()
1604 gThreadDispatchOffsets.mCurrentThread = GetStaticMethodIDOrDie(env, clazz, "currentThread", in register_android_os_Binder()