Searched refs:INSTANCE (Results 1 – 5 of 5) sorted by relevance
29 public static final EnumXmlPropertyEditor INSTANCE = new EnumXmlPropertyEditor(); field in EnumXmlPropertyEditor
37 public static final BooleanXmlPropertyEditor INSTANCE = new BooleanXmlPropertyEditor(); field in BooleanXmlPropertyEditor
193 PropertyEditor editor = XmlPropertyEditor.INSTANCE; in getProperties()198 editor = BooleanXmlPropertyEditor.INSTANCE; in getProperties()
94 public static final XmlPropertyEditor INSTANCE = new XmlPropertyEditor(); field in XmlPropertyEditor
135 LogCatReceiver r = LogCatReceiverFactory.INSTANCE.newReceiver(device, mPrefStore); in monitorDevice()