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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp595 IPCThreadState* threadState = IPCThreadState::self(); local
596 const int32_t oldPolicy = threadState->getStrictModePolicy();
599 threadState);
602 const int32_t newPolicy = threadState->getStrictModePolicy();
/frameworks/base/core/java/android/os/
H A DStrictMode.java1701 Span(ThreadSpanState threadState) { argument
1702 mContainerState = threadState;

Completed in 118 milliseconds