Searched defs:getDefault (Results 1 - 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DDefaultInterface.java38 static NetworkInterface getDefault() { method in class:DefaultInterface
H A DCookieHandler.java43 * CookieHandler.getDefault().
58 * @see getDefault()
72 public synchronized static CookieHandler getDefault() { method in class:CookieHandler
90 * @see #getDefault()
H A DProxySelector.java38 * {@link java.net.ProxySelector#getDefault getDefault} method.
91 public static ProxySelector getDefault() { method in class:ProxySelector
111 * @see #getDefault()
H A DResponseCache.java68 * @see #getDefault()
83 public synchronized static ResponseCache getDefault() { method in class:ResponseCache
103 * @see #getDefault()
H A DNetworkInterface.java90 defaultInterface = DefaultInterface.getDefault();
705 static NetworkInterface getDefault() { method in class:NetworkInterface
/libcore/ojluni/src/main/java/javax/net/
H A DServerSocketFactory.java55 // even though it's always accessible via getDefault().
70 public static ServerSocketFactory getDefault() method in class:ServerSocketFactory
H A DSocketFactory.java62 * mechanisms. For example, the <em>getDefault</em> method could return
75 // even though it's always accessible via getDefault().
90 public static SocketFactory getDefault() method in class:SocketFactory
/libcore/luni/src/test/java/libcore/java/util/
H A DLocales.java56 Locales oldLocales = getDefault();
59 assertEquals(newLocales, getDefault()); // sanity check
97 public static Locales getDefault() { method in class:Locales
99 Locale.getDefault(), Locale.getDefault(DISPLAY), Locale.getDefault(FORMAT));
/libcore/ojluni/src/main/java/java/nio/file/
H A DFileSystems.java37 * Factory methods for file systems. This class defines the {@link #getDefault
38 * getDefault} method to get the default file system and factory methods to
175 public static FileSystem getDefault() { method in class:FileSystems
200 * existing file system. In the case of the {@link FileSystems#getDefault
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLServerSocketFactory.java81 * <code>SSLContext.getDefault().getServerSocketFactory()</code>. If that
85 * @see SSLContext#getDefault
87 public static synchronized ServerSocketFactory getDefault() { method in class:SSLServerSocketFactory
139 // Android-changed: Allow for {@code null} SSLContext.getDefault.
140 SSLContext context = SSLContext.getDefault();
H A DSSLContext.java127 public static synchronized SSLContext getDefault() method in class:SSLContext
137 * to {@link #getDefault}. The default context must be immediately usable
H A DSSLSocketFactory.java91 * <code>SSLContext.getDefault().getSocketFactory()</code>. If that
95 * @see SSLContext#getDefault
97 public static synchronized SocketFactory getDefault() { method in class:SSLSocketFactory
149 // Android-changed: Allow for {@code null} SSLContext.getDefault.
150 SSLContext context = SSLContext.getDefault();
/libcore/ojluni/src/main/java/sun/net/
H A DProgressMonitor.java42 public static synchronized ProgressMonitor getDefault() { method in class:ProgressMonitor
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DThreadPool.java106 static ThreadPool getDefault() { method in class:ThreadPool
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java57 * Typically, you get a <code>TimeZone</code> using <code>getDefault</code>
59 * is running. For example, for a program running in Japan, <code>getDefault</code>
312 * Locale.getDefault({@link Locale.Category#DISPLAY}))
318 * @see Locale#getDefault(Locale.Category)
323 Locale.getDefault(Locale.Category.DISPLAY));
355 * Locale.getDefault({@link Locale.Category#DISPLAY}))
365 * @see Locale#getDefault(Locale.Category)
371 Locale.getDefault(Locale.Category.DISPLAY));
697 public static TimeZone getDefault() { method in class:TimeZone
728 * Sets the {@code TimeZone} that is returned by the {@code getDefault}
[all...]
H A DLocale.java898 public static Locale getDefault() { method in class:Locale
921 public static Locale getDefault(Locale.Category category) { method in class:Locale
945 return getDefault();
1062 * @see #getDefault(Locale.Category)
1750 return getDisplayLanguage(getDefault(Category.DISPLAY));
1782 result = ICU.getDisplayLanguage(this, Locale.getDefault());
1832 return getDisplayScript(getDefault(Category.DISPLAY));
1856 result = ICU.getDisplayScript(this, Locale.getDefault(Category.DISPLAY));
1882 return getDisplayCountry(getDefault(Category.DISPLAY));
1905 result = ICU.getDisplayCountry(this, Locale.getDefault());
[all...]
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 891 milliseconds