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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp663 IPCThreadState* threadState = IPCThreadState::self(); local
664 const int32_t oldPolicy = threadState->getStrictModePolicy();
667 threadState);
670 const int32_t newPolicy = threadState->getStrictModePolicy();
/frameworks/base/core/java/android/os/
H A DStrictMode.java1784 Span(ThreadSpanState threadState) { argument
1785 mContainerState = threadState;

Completed in 71 milliseconds