Searched refs:OD_NAME_OBEY_APS (Results 1 – 3 of 3) sorted by relevance
91 Boolean obeyAps = XmlUtils.getOdBoolEle(appInfoEle, XmlUtils.OD_NAME_OBEY_APS, true); in createFromOdElements()
88 XmlUtils.createOdBooleanEle(doc, XmlUtils.OD_NAME_OBEY_APS, mObeyAps)); in toOdDomElements()
100 public static final String OD_NAME_OBEY_APS = "obey_aps"; field in XmlUtils