HomeSort by relevance Sort by last modified time
    Searched refs:getDefault (Results 226 - 250 of 1980) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/sql/
TimestampTest.java 29 TimeZone defaultTimeZone = TimeZone.getDefault();
51 TimeZone defaultTimeZone = TimeZone.getDefault();
  /libcore/ojluni/src/main/java/java/text/
Collator.java 214 * The default locale is determined by java.util.Locale.getDefault.
216 * @see java.util.Locale#getDefault
219 return getInstance(Locale.getDefault());
487 icuColl = android.icu.text.RuleBasedCollator.getInstance(Locale.getDefault());
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 81 * <code>SSLContext.getDefault().getServerSocketFactory()</code>. If that
85 * @see SSLContext#getDefault
87 public static synchronized ServerSocketFactory getDefault() {
139 // Android-changed: Allow for {@code null} SSLContext.getDefault.
140 SSLContext context = SSLContext.getDefault();
  /packages/apps/Settings/src/com/android/settings/slices/
SlicesDatabaseHelper.java 202 .putBoolean(Locale.getDefault().toString(), true /* value */)
215 .getBoolean(Locale.getDefault().toString(), false /* default */);
  /packages/services/Telephony/src/com/android/services/telephony/
RadioOnHelper.java 57 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) {
80 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 55 static GCOVOptions getDefault();
84 GCOVOptions::getDefault());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java 102 Preferences preferences = XMLCorePlugin.getDefault().getPluginPreferences();
132 IPreferenceStore prefs = EditorsPlugin.getDefault().getPreferenceStore();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 55 IPreferenceStore prefStore = DdmsPlugin.getDefault().getPreferenceStore();
104 IPreferenceStore store = DdmsPlugin.getDefault().getPreferenceStore();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 59 Shell shell = Display.getDefault().getActiveShell();
83 MessageDialog.openError(Display.getDefault().getActiveShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateLabelProvider.java 39 mHighlightForegroundColor = Display.getDefault().getSystemColor(SWT.COLOR_BLUE);
40 mNormalForegroundColor = Display.getDefault().getSystemColor(SWT.COLOR_BLACK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DebugPortProvider.java 94 IPreferenceStore store = DdmsPlugin.getDefault().getPreferenceStore();
160 IPreferenceStore store = DdmsPlugin.getDefault().getPreferenceStore();
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
RadioHelper.java 46 return RunUtil.getDefault();
78 RunUtil.getDefault().sleep(5 * 1000);

Completed in 816 milliseconds

1 2 3 4 5 6 7 8 91011>>