Home
last modified time | relevance | path

Searched refs:oldThreadPolicy (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java168 StrictMode.ThreadPolicy oldThreadPolicy = StrictMode.getThreadPolicy(); in testStrictModeNotViolatedOnStartup() local
190 StrictMode.setThreadPolicy(oldThreadPolicy); in testStrictModeNotViolatedOnStartup()
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java530 StrictMode.ThreadPolicy oldThreadPolicy = StrictMode.getThreadPolicy(); in testNonSdkApiUsage() local
552 StrictMode.setThreadPolicy(oldThreadPolicy); in testNonSdkApiUsage()