Searched refs:penaltyEnabled (Results 1 – 2 of 2) sorted by relevance
1648 info.penaltyEnabled(PENALTY_FLASH) ? sWindowManager.get() : null; in handleViolationWithTimingAttempt()1701 if (info.penaltyEnabled(PENALTY_GATHER)) { in onThreadPolicyViolation()1733 if (info.penaltyEnabled(PENALTY_LOG) in onThreadPolicyViolation()1743 if (info.penaltyEnabled(PENALTY_DIALOG) in onThreadPolicyViolation()1748 if (info.penaltyEnabled(PENALTY_DROPBOX) && lastViolationTime == 0) { in onThreadPolicyViolation()1767 if (info.penaltyEnabled(PENALTY_DEATH)) { in onThreadPolicyViolation()2719 boolean penaltyEnabled(int p) { in penaltyEnabled() method in StrictMode.ViolationInfo
56814 Landroid/os/StrictMode$ViolationInfo;->penaltyEnabled(I)Z