Searched refs:mCurrentLocale (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1372 private Locale mCurrentLocale; field in class:ContactsProvider2
1466 mCurrentLocale = getLocale();
1469 mPostalSplitter = new PostalSplitter(mCurrentLocale);
1471 ContactLocaleUtils.getIntance().setLocale(mCurrentLocale);
1658 final Locale currentLocale = mCurrentLocale;
1893 mContactsHelper.setLocale(this, mCurrentLocale);
1894 prefs.edit().putString(PREF_LOCALE, mCurrentLocale.toString()).commit();

Completed in 18 milliseconds