Searched defs:threadState (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/os/
H A DStrictMode.java2171 Span(ThreadSpanState threadState) { argument
2172 mContainerState = threadState;
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp699 IPCThreadState* threadState = IPCThreadState::self(); local
700 const int32_t oldPolicy = threadState->getStrictModePolicy();
704 threadState);
707 const int32_t newPolicy = threadState->getStrictModePolicy();

Completed in 275 milliseconds