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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp678 IPCThreadState* threadState = IPCThreadState::self(); local
679 const int32_t oldPolicy = threadState->getStrictModePolicy();
683 threadState);
686 const int32_t newPolicy = threadState->getStrictModePolicy();
/frameworks/base/core/java/android/os/
H A DStrictMode.java1978 Span(ThreadSpanState threadState) { argument
1979 mContainerState = threadState;

Completed in 1879 milliseconds