Uses of Interface
dalvik.system.BlockGuard.Policy
| Package | Description |
|---|---|
| dalvik.system |
-
Uses of BlockGuard.Policy in dalvik.system
Fields in dalvik.system declared as BlockGuard.Policy Modifier and Type Field Description static BlockGuard.PolicyBlockGuard. LAX_POLICYThe default, permissive policy that doesn't prevent any operations.Methods in dalvik.system that return BlockGuard.Policy Modifier and Type Method Description static BlockGuard.PolicyBlockGuard. getThreadPolicy()Get the current thread's policy.Methods in dalvik.system with parameters of type BlockGuard.Policy Modifier and Type Method Description static voidBlockGuard. setThreadPolicy(BlockGuard.Policy policy)Sets the current thread's block guard policy.