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

/frameworks/base/core/java/android/os/
H A DStrictMode.java116 * .penaltyDeath()
616 public Builder penaltyDeath() { method in class:StrictMode.ThreadPolicy.Builder
621 * Crash the whole process on any network usage. Unlike {@link #penaltyDeath}, this
923 * <p>Using {@link #penaltyDeath()} or {@link #penaltyDeathOnCleartextNetwork()} will
978 public Builder penaltyDeath() { method in class:StrictMode.VmPolicy.Builder
1708 // penaltyDeath will cause penaltyCallback to no-op since we cannot guarantee the
2037 final boolean penaltyDeath = ((sVmPolicy.mask & PENALTY_DEATH) != 0) || forceDeath;
2071 if (penaltyDeath) {
2081 if (penaltyDeath) {
2087 // If penaltyDeath, w
[all...]

Completed in 14 milliseconds