Home | History | Annotate | Download | only in latin

Lines Matching refs:mLocale

88     private String mLocale;
144 mLocale = locale;
148 if (mLocale != null && mLocale.length() > 1) {
195 new UpdateDbTask(getContext(), sOpenHelper, mPendingWrites, mLocale).execute();
217 Cursor cursor = query(MAIN_COLUMN_LOCALE + "=?", new String[] { mLocale });
305 private final String mLocale;
310 mLocale = locale;
360 new String[] { bi.word1, bi.word2, mLocale }, null, null, null);
371 getContentValues(bi.word1, bi.word2, mLocale));