Searched refs:enforcement (Results 1 – 2 of 2) sorted by relevance
90 // network. Note that this is simply informative and not enforcement -91 // enforcement is handled via other means. Set by default.
3036 final String enforcement = parser.getAttributeValue(null, ATTR_ENFORCEMENT); in readLPw() local3038 "1".equals(enforcement) ? Boolean.TRUE : Boolean.FALSE; in readLPw()