Searched refs:penaltyEnabled (Results 1 – 2 of 2) sorted by relevance
1647 info.penaltyEnabled(PENALTY_FLASH) ? sWindowManager.get() : null; in handleViolationWithTimingAttempt()1700 if (info.penaltyEnabled(PENALTY_GATHER)) { in onThreadPolicyViolation()1732 if (info.penaltyEnabled(PENALTY_LOG) in onThreadPolicyViolation()1742 if (info.penaltyEnabled(PENALTY_DIALOG) in onThreadPolicyViolation()1747 if (info.penaltyEnabled(PENALTY_DROPBOX) && lastViolationTime == 0) { in onThreadPolicyViolation()1766 if (info.penaltyEnabled(PENALTY_DEATH)) { in onThreadPolicyViolation()2719 boolean penaltyEnabled(int p) { in penaltyEnabled() method in StrictMode.ViolationInfo
52989 Landroid/os/StrictMode$ViolationInfo;->penaltyEnabled(I)Z