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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
ForcedResizableInfoActivityController.java 78 EventBus.getDefault().register(this);
130 EventBus.getDefault().send(new ShowUserToastEvent(
135 EventBus.getDefault().send(new ShowUserToastEvent(
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java 72 final Locale defaultLocale = Locale.getDefault();
164 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault());
180 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault());
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
FormattedStringModel.java 122 formatted = String.format(Locale.getDefault(), sign + "%0" + length + "d", value);
146 final SimpleDateFormat format = new SimpleDateFormat("ccccc", Locale.getDefault());
175 final SimpleDateFormat format = new SimpleDateFormat("EEEE", Locale.getDefault());
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 89 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
110 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
122 private Bitmap getBitmap(final Dimensions d, boolean getDefault) {
138 final Bitmap[] cache = (getDefault) ? mDefaultBitmapCache : mBitmapBackgroundCache;
145 if (getDefault) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 102 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
103 localeSet.add(Locale.getDefault().toString());
143 newPref.setTitle(Locale.getDefault().getDisplayName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectLoupeView.java 58 Image image = imageLoader.loadImage("show-overlay.png", Display.getDefault()); //$NON-NLS-1$
136 Display.getDefault().syncExec(new Runnable() {
147 Display.getDefault().syncExec(new Runnable() {
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
CpuThrottlingWaiter.java 66 RunUtil.getDefault().sleep(mMaxWaitSecs * 1000);
100 RunUtil.getDefault().sleep(intervalMs);
103 RunUtil.getDefault().sleep(mPostIdleWaitSecs * 1000);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaPlayerFacade.java 86 private String getDefault(String tag) {
91 tag = getDefault(tag);
96 tag = getDefault(tag);
101 tag = getDefault(tag);
107 tag = getDefault(tag);
226 result.put("tag", getDefault(tag));
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 51 if (!config.locale.equals(Locale.getDefault())) {
52 config.locale = Locale.getDefault();
  /developers/build/prebuilts/gradle/NavigationDrawer/kotlinApp/Application/src/main/java/com/example/android/navigationdrawer/
PlanetFragment.kt 40 val imageId = resources.getIdentifier(planet.toLowerCase(Locale.getDefault()),
  /developers/samples/android/ui/views/NavigationDrawer/kotlinApp/Application/src/main/java/com/example/android/navigationdrawer/
PlanetFragment.kt 40 val imageId = resources.getIdentifier(planet.toLowerCase(Locale.getDefault()),
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicDurationFormatterFactory.java 41 this.localeName = Locale.getDefault().toString();
42 this.timeZone = TimeZone.getDefault();
BasicPeriodFormatterFactory.java 70 this.localeName = Locale.getDefault().toString();
78 public static BasicPeriodFormatterFactory getDefault() {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 55 plFmts[4] = new PluralFormat(ULocale.getDefault());
57 plFmts[5] = new PluralFormat(ULocale.getDefault(), PluralRules.DEFAULT);
59 plFmts[6] = new PluralFormat(ULocale.getDefault(),
62 plFmts[7] = new PluralFormat(ULocale.getDefault(), "other{#}");
65 plFmts[8] = new PluralFormat(Locale.getDefault());
67 plFmts[9] = new PluralFormat(Locale.getDefault(), PluralRules.DEFAULT);
72 NumberFormat numberFmt = NumberFormat.getInstance(ULocale.getDefault());
121 NumberFormat.getInstance(ULocale.getDefault());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicDurationFormatterFactory.java 40 this.localeName = Locale.getDefault().toString();
41 this.timeZone = TimeZone.getDefault();
BasicPeriodFormatterFactory.java 68 this.localeName = Locale.getDefault().toString();
76 public static BasicPeriodFormatterFactory getDefault() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 52 plFmts[4] = new PluralFormat(ULocale.getDefault());
54 plFmts[5] = new PluralFormat(ULocale.getDefault(), PluralRules.DEFAULT);
56 plFmts[6] = new PluralFormat(ULocale.getDefault(),
59 plFmts[7] = new PluralFormat(ULocale.getDefault(), "other{#}");
62 plFmts[8] = new PluralFormat(Locale.getDefault());
64 plFmts[9] = new PluralFormat(Locale.getDefault(), PluralRules.DEFAULT);
69 NumberFormat numberFmt = NumberFormat.getInstance(ULocale.getDefault());
118 NumberFormat.getInstance(ULocale.getDefault());
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 52 static GCOVOptions getDefault();
80 GCOVOptions::getDefault());
  /external/nist-sip/java/gov/nist/core/net/
DefaultNetworkLayer.java 65 .getDefault();
66 sslSocketFactory = (SSLSocketFactory) SSLSocketFactory.getDefault();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DisconnectTest.java 56 new DelegatingServerSocketFactory(ServerSocketFactory.getDefault()) {
64 client.setSocketFactory(new DelegatingSocketFactory(SocketFactory.getDefault()) {
ThreadInterruptTest.java 58 new DelegatingServerSocketFactory(ServerSocketFactory.getDefault()) {
66 client.setSocketFactory(new DelegatingSocketFactory(SocketFactory.getDefault()) {
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
EventLoggerTest.java 66 MDC.put("locale", Locale.getDefault().getDisplayName());
67 MDC.put("timezone", TimeZone.getDefault().getDisplayName());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
SuperclassChainTest.java 60 ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault(), classes)));
91 ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault(), classes)));
  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 46 TimeZone tz = (olsonId != null) ? TimeZone.getTimeZone(olsonId) : TimeZone.getDefault();
48 ULocale icuLocale = ULocale.getDefault();
  /libcore/luni/src/test/java/libcore/java/nio/file/
WatchServiceTest.java 123 WatchService watchService = FileSystems.getDefault().newWatchService();
166 WatchService watchService = FileSystems.getDefault().newWatchService();
189 WatchService watchService = FileSystems.getDefault().newWatchService();
218 WatchService watchService = FileSystems.getDefault().newWatchService();
248 WatchService watchService = FileSystems.getDefault().newWatchService();
279 WatchService watchService1 = FileSystems.getDefault().newWatchService();
318 WatchService watchService1 = FileSystems.getDefault().newWatchService();
319 WatchService watchService2 = FileSystems.getDefault().newWatchService();

Completed in 889 milliseconds

1 2 3 4 5 6 7 891011>>