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

/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();
/frameworks/base/core/java/android/os/
H A DStrictMode.java2171 Span(ThreadSpanState threadState) { argument
2172 mContainerState = threadState;

Completed in 274 milliseconds