Home | History | Annotate | Download | only in util

Lines Matching defs:mSetDefault

3408         private static Method mSetDefault;
3450 mSetDefault = Locale.class.getDeclaredMethod("setDefault", cCategory, Locale.class);
3749 mSetDefault.invoke(null, cat, newLocale);