Home
last modified time | relevance | path

Searched defs:INSTANCE (Results 1 – 4 of 4) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatReceiverFactory.java33 public static final LogCatReceiverFactory INSTANCE = new LogCatReceiverFactory(); field in LogCatReceiverFactory
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DEnumXmlPropertyEditor.java29 public static final EnumXmlPropertyEditor INSTANCE = new EnumXmlPropertyEditor(); field in EnumXmlPropertyEditor
DBooleanXmlPropertyEditor.java37 public static final BooleanXmlPropertyEditor INSTANCE = new BooleanXmlPropertyEditor(); field in BooleanXmlPropertyEditor
DXmlPropertyEditor.java77 public static final XmlPropertyEditor INSTANCE = new XmlPropertyEditor(); field in XmlPropertyEditor