HomeSort by relevance Sort by last modified time
    Searched defs:getDefault (Results 1 - 25 of 63) sorted by null

1 2 3

  /libcore/luni/src/main/java/javax/net/
ServerSocketFactory.java 38 public static synchronized ServerSocketFactory getDefault() {
SocketFactory.java 40 public static synchronized SocketFactory getDefault() {
  /external/webkit/WebCore/inspector/front-end/
InjectedScriptAccess.js 41 InjectedScriptAccess.getDefault = function()
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidXPathFactory.java 50 private static AndroidNamespaceContext getDefault() {
107 xpath.setNamespaceContext(AndroidNamespaceContext.getDefault());
  /frameworks/base/core/java/android/app/
ApplicationLoaders.java 26 public static ApplicationLoaders getDefault()
  /libcore/luni/src/main/java/java/net/
CookieHandler.java 41 public static CookieHandler getDefault() {
ProxySelector.java 33 * "getProxySelector" permission. getDefault method requires this
61 public static ProxySelector getDefault() {
ResponseCache.java 37 public static ResponseCache getDefault() {
  /libcore/luni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 44 public static synchronized ServerSocketFactory getDefault() {
70 context = SSLContext.getDefault();
SSLSocketFactory.java 47 public static synchronized SocketFactory getDefault() {
80 context = SSLContext.getDefault();
SSLContext.java 57 public static SSLContext getDefault() throws NoSuchAlgorithmException {
68 * #getDefault()} to a non-null initialized value.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AndroidTestPlugin.java 65 public static AndroidTestPlugin getDefault() {
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 104 /** @deprecated Use {@link #getDefault(int)} instead. */
124 public static SocketFactory getDefault(int handshakeTimeoutMillis) {
137 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) {
219 return (SSLSocketFactory) SSLSocketFactory.getDefault(); // Fallback
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsManager.java 26 * Get this object by calling the static method SmsManager.getDefault().
39 public static final SmsManager getDefault() {
48 mSmsMgrProxy = android.telephony.SmsManager.getDefault();
  /libcore/luni/src/test/java/libcore/java/net/
OldCookieHandlerTest.java 37 assertNull(CookieHandler.getDefault());
42 CookieHandler defaultHandler = CookieHandler.getDefault();
OldResponseCacheTest.java 49 * @tests java.net.ResponseCache#getDefault()
53 notes = "This is a complete subset of tests for getDefault method.",
54 method = "getDefault",
58 assertNull(ResponseCache.getDefault());
83 assertSame(ResponseCache.getDefault(), rc1);
85 assertSame(ResponseCache.getDefault(), rc2);
87 assertNull(ResponseCache.getDefault());
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 239 this(TimeZone.getDefault(), Locale.getDefault());
254 super(TimeZone.getDefault(), Locale.getDefault());
274 super(TimeZone.getDefault(), Locale.getDefault());
297 super(TimeZone.getDefault(), Locale.getDefault());
314 this(TimeZone.getDefault(), locale);
325 this(timezone, Locale.getDefault());
    [all...]
TimeZone.java 28 * <p>Most applications will use {@link #getDefault} which returns a {@code TimeZone} based on
53 * <p>Note the type returned by the factory methods {@link #getDefault} and {@link #getTimeZone} is
126 public static synchronized TimeZone getDefault() {
134 * Equivalent to {@code getDisplayName(false, TimeZone.LONG, Locale.getDefault())}.
138 return getDisplayName(false, LONG, Locale.getDefault());
149 * Equivalent to {@code getDisplayName(daylightTime, style, Locale.getDefault())}.
153 return getDisplayName(daylightTime, style, Locale.getDefault());
Calendar.java 703 this(TimeZone.getDefault(), Locale.getDefault());
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 78 public static WindowManagerImpl getDefault()
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 41 * Get this object by calling the static method SmsManager.getDefault().
225 public static SmsManager getDefault() {
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 96 this(Locale.getDefault());
132 return getInstance(Locale.getDefault());
SimpleDateFormat.java 232 this(Locale.getDefault());
234 this.formatData = new DateFormatSymbols(Locale.getDefault());
252 this(pattern, Locale.getDefault());
346 this(Locale.getDefault());
426 LocaleData localeData = LocaleData.get(Locale.getDefault());
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderAdapterTest.java 123 adapter.setLocale(Locale.getDefault());
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 89 public String getDefault() {

Completed in 425 milliseconds

1 2 3