Searched refs:IIORegistry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/javax/imageio/spi/
H A DIIORegistry.java43 * The IIORegistry class registers service provider instances (SPI). Service
50 public final class IIORegistry extends ServiceRegistry { class in inherits:ServiceRegistry
55 private static IIORegistry instance;
70 private IIORegistry() { method in class:IIORegistry
94 * Gets the default IIORegistry instance.
96 * @return the default IIORegistry instance.
98 public static IIORegistry getDefaultInstance() {
101 synchronized (IIORegistry.class) {
103 instance = new IIORegistry();
/frameworks/base/awt/javax/imageio/
H A DImageIO.java48 private static final IIORegistry registry = IIORegistry.getDefaultInstance();
58 * them with the IIORegistry.

Completed in 76 milliseconds