Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java1222 VmPolicy.Builder policyBuilder = new VmPolicy.Builder().detectAll(); in conditionallyEnableDebugLogging() local
1226 policyBuilder = policyBuilder.disable(DETECT_VM_ACTIVITY_LEAKS); in conditionallyEnableDebugLogging()
1228 policyBuilder = policyBuilder.penaltyDropBox(); in conditionallyEnableDebugLogging()
1230 policyBuilder.penaltyLog(); in conditionallyEnableDebugLogging()
1235 policyBuilder.detectUntaggedSockets(); in conditionallyEnableDebugLogging()
1237 setVmPolicy(policyBuilder.build()); in conditionallyEnableDebugLogging()