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

1 2 3 4 5 67 8 91011>>

  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 67 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault();
  /packages/apps/Launcher3/src/com/android/launcher3/
IconProvider.java 28 locale = Locale.getDefault().toString();
  /packages/apps/Messaging/src/com/android/messaging/receiver/
AbortMmsWapPushReceiver.java 38 if (!OsUtil.isAtLeastKLP() && PhoneUtils.getDefault().isSmsEnabled()) {
MmsWapPushDeliverReceiver.java 37 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem(
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 55 return Locale.getDefault().getCountry();
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
DiskUsage.java 70 FileSystem fs = FileSystems.getDefault();
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
DiskUsage.java 70 FileSystem fs = FileSystems.getDefault();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java 34 setPreferenceStore(AdtPlugin.getDefault().getPreferenceStore());
AdtPrefs.java 401 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
411 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
433 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
457 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
469 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
490 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
496 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
568 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
590 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
614 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore()
    [all...]
  /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.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/
PrefPage.java 36 IPreferenceStore store = PdtPlugin.getDefault().getPreferenceStore();
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
MetadataReporterTest.java 121 RunUtil.getDefault().sleep(waitTime);
126 RunUtil.getDefault().sleep(waitTime);
131 RunUtil.getDefault().sleep(waitTime);
137 RunUtil.getDefault().sleep(waitTime);
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DataIdleTestHelper.java 53 RunUtil.getDefault().sleep(PING_WAITING_TIME);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
ConnectionChecker.java 45 RunUtil.getDefault().sleep(mInterval * 1000);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 150 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
159 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
200 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
258 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
280 this(TimeZone.getDefault(), ULocale.forLocale(aLocale), CHINESE_EPOCH_YEAR, CHINA_ZONE);
290 this(zone, ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE)
    [all...]
Holiday.java 35 return getHolidays(ULocale.getDefault(Category.FORMAT));
147 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 151 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
161 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
204 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
264 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE);
287 this(TimeZone.getDefault(), ULocale.forLocale(aLocale), CHINESE_EPOCH_YEAR, CHINA_ZONE);
298 this(zone, ULocale.getDefault(Category.FORMAT), CHINESE_EPOCH_YEAR, CHINA_ZONE)
    [all...]
Holiday.java 35 return getHolidays(ULocale.getDefault(Category.FORMAT));
155 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 39 mFactory = (SSLCertificateSocketFactory) SSLCertificateSocketFactory.getDefault(mTimeout);
49 SocketFactory sf = SSLCertificateSocketFactory.getDefault(mTimeout);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewTouchHandler.java 109 EventBus.getDefault().send(new HideRecentsEvent(false, true));
145 EventBus.getDefault().send(new ShowIncompatibleAppOverlayEvent());
159 EventBus.getDefault().send(new DragStartInitializeDropTargetsEvent(event.task,
171 EventBus.getDefault().send(new HideIncompatibleAppOverlayEvent());
256 EventBus.getDefault().send(new DragDropTargetChangedEvent(mDragTask,
268 EventBus.getDefault().send(new DismissAllTaskViewsEvent());
275 EventBus.getDefault().send(new DragDropTargetChangedEvent(mDragTask, null));
277 EventBus.getDefault().send(new DragEndEvent(mDragTask, mTaskView,
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TtsEnginesTests.java 65 assertEquals(Locale.getDefault(),
67 assertEquals(Locale.getDefault(),
  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsStorageStatusManager.java 39 if (!PhoneUtils.getDefault().isSmsEnabled()) {
53 if (!PhoneUtils.getDefault().isSmsEnabled()) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
RtlCompatibleViewPagerTest.java 62 assertThat(TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()))
71 assertThat(TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()))
  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DownloadCompletionReceiver.java 51 Path destination = FileSystems.getDefault()
59 Path destination = FileSystems.getDefault()
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 153 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
171 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
245 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
272 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
303 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();
618 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType();

Completed in 1429 milliseconds

1 2 3 4 5 67 8 91011>>