Searched refs:penaltyDeath (Results 1 - 4 of 4) 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...]
/frameworks/base/core/java/android/app/slice/
H A DSliceProvider.java543 .penaltyDeath()
/frameworks/support/slices/core/src/main/java/androidx/slice/compat/
H A DSliceProviderCompat.java261 .penaltyDeath()
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 236 milliseconds