Home
last modified time | relevance | path

Searched refs:IGNORE_SECURITY_EXCEPTIONS (Results 1 – 1 of 1) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/item/
DMonkeyLogItem.java57 public static final String IGNORE_SECURITY_EXCEPTIONS = "IGNORE_SECURITY_EXCEPTIONS"; field in MonkeyLogItem
77 IGNORE_SECURITY_EXCEPTIONS, TOTAL_DURATION, START_UPTIME_DURATION, STOP_UPTIME_DURATION,
94 setAttribute(IGNORE_SECURITY_EXCEPTIONS, false); in MonkeyLogItem()
202 return (Boolean) getAttribute(IGNORE_SECURITY_EXCEPTIONS); in getIgnoreSecurityExceptions()
209 setAttribute(IGNORE_SECURITY_EXCEPTIONS, ignore); in setIgnoreSecurityExceptions()