public static interface BlockGuard.Policy
| Modifier and Type | Method and Description |
|---|---|
int |
getPolicyMask()
Returns the policy bitmask, for shipping over Binder calls
to remote threads/processes and reinstantiating the policy
there.
|
void |
onNetwork()
Called on network operations.
|
void |
onReadFromDisk()
Called on disk reads.
|
void |
onWriteToDisk()
Called on disk writes.
|
void onWriteToDisk()
void onReadFromDisk()
void onNetwork()
int getPolicyMask()