Home | History | Annotate | Download | only in latin

Lines Matching refs:mLocale

54     private String mLocale;
91 mLocale = locale;
95 if (mLocale != null && mLocale.length() > 1) {
119 Cursor cursor = query(COLUMN_LOCALE + "=?", new String[] { mLocale });
172 new UpdateDbTask(getContext(), sOpenHelper, mPendingWrites, mLocale).execute();
225 private final String mLocale;
230 mLocale = locale;
242 new String[] { entry.getKey(), mLocale });
245 getContentValues(entry.getKey(), freq, mLocale));