OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDefault
(Results
1 - 25
of
188
) sorted by null
1
2
3
4
5
6
7
8
/libcore/luni/src/main/java/javax/net/
ServerSocketFactory.java
38
public static synchronized ServerSocketFactory
getDefault
() {
SocketFactory.java
40
public static synchronized SocketFactory
getDefault
() {
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDialogFactory.java
42
public static MediaRouteDialogFactory
getDefault
() {
/libcore/luni/src/main/java/java/net/
CookieHandler.java
33
public static CookieHandler
getDefault
() {
ProxySelector.java
99
public static ProxySelector
getDefault
() {
ResponseCache.java
37
public static ResponseCache
getDefault
() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
UiPlugin.java
55
public static UiPlugin
getDefault
() {
/external/junit/src/junit/framework/
JUnit4TestAdapterCache.java
20
public static JUnit4TestAdapterCache
getDefault
() {
/external/llvm/include/llvm/CodeGen/
RegAllocRegistry.h
51
static FunctionPassCtor
getDefault
() {
52
return (FunctionPassCtor)Registry.
getDefault
();
SchedulerRegistry.h
55
static FunctionPassCtor
getDefault
() {
56
return (FunctionPassCtor)Registry.
getDefault
();
/frameworks/base/core/java/android/app/
ApplicationLoaders.java
25
public static ApplicationLoaders
getDefault
()
/libcore/benchmarks/src/benchmarks/regression/
TimeZoneBenchmark.java
25
TimeZone.
getDefault
();
36
String defaultId = TimeZone.
getDefault
().getID();
/libcore/luni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java
42
public static synchronized ServerSocketFactory
getDefault
() {
63
context = SSLContext.
getDefault
();
SSLSocketFactory.java
43
public static synchronized SocketFactory
getDefault
() {
66
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.traceview/src/com/android/ide/eclipse/traceview/
TraceviewPlugin.java
63
public static TraceviewPlugin
getDefault
() {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
CookieHandlerTest.java
31
* @tests java.net.CookieHandler#
getDefault
()
34
assertNull(CookieHandler.
getDefault
());
44
assertSame(CookieHandler.
getDefault
(), rc1);
46
assertSame(CookieHandler.
getDefault
(), rc2);
48
assertNull(CookieHandler.
getDefault
());
ResponseCacheTest.java
34
* @tests java.net.ResponseCache#
getDefault
()
37
assertNull(ResponseCache.
getDefault
());
48
assertSame(ResponseCache.
getDefault
(), rc1);
50
assertSame(ResponseCache.
getDefault
(), rc2);
52
assertNull(ResponseCache.
getDefault
());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java
114
cal.setTimeZone(TimeZone.
getDefault
());
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorPlugin.java
46
public static MonitorPlugin
getDefault
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Activator.java
53
public static Activator
getDefault
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
PdtPlugin.java
42
public static synchronized PdtPlugin
getDefault
() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSmsManager.java
21
public static SmsManager
getDefault
() {
/frameworks/base/core/java/android/text/method/
WordIterator.java
47
this(Locale.
getDefault
());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
MediaSizeUtils.java
39
public static MediaSize
getDefault
(Context context) {
Completed in 754 milliseconds
1
2
3
4
5
6
7
8