OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDefaultLocale
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java
39
private Locale
mDefaultLocale
;
73
if (!defaultLocale.equals(
mDefaultLocale
)) {
76
mDefaultLocale
= defaultLocale;
/packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java
78
private final Locale
mDefaultLocale
= Locale.getDefault();
123
value = String.format(
mDefaultLocale
, "%d/%d", 1,
130
value += String.format(
mDefaultLocale
, " %d/%d", 1,
250
String widthString = String.format(
mDefaultLocale
, "%s: %d",
253
String heightString = String.format(
mDefaultLocale
, "%s: %d",
282
return String.format(
mDefaultLocale
, "%d", n);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java
122
private final Locale
mDefaultLocale
= Locale.getDefault();
173
value = String.format(
mDefaultLocale
, "%d/%d", 1,
180
value += String.format(
mDefaultLocale
, " %d/%d", 1,
298
String widthString = String.format(
mDefaultLocale
, "%s: %d",
301
String heightString = String.format(
mDefaultLocale
, "%s: %d",
330
return String.format(
mDefaultLocale
, "%d", n);
/cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java
48
private Locale
mDefaultLocale
;
57
mDefaultLocale
= Locale.getDefault();
67
if (!Locale.getDefault().equals(
mDefaultLocale
)) {
68
Locale.setDefault(
mDefaultLocale
);
122
if (!
mDefaultLocale
.equals(Locale.US)) {
/cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java
204
private Locale
mDefaultLocale
;
211
mDefaultLocale
= Locale.getDefault();
219
Locale.setDefault(
mDefaultLocale
);
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
555
private final String[]
mDefaultLocale
;
568
mDefaultLocale
= getSettingsLocale();
636
return getStringParam(Engine.KEY_PARAM_LANGUAGE,
mDefaultLocale
[0]);
644
if (!hasLanguage()) return
mDefaultLocale
[1];
649
if (!hasLanguage()) return
mDefaultLocale
[2];
[
all
...]
Completed in 96 milliseconds