Home | History | Annotate | Download | only in util

Lines Matching defs:mSetDefault

3874         private static Method mSetDefault;
3924 mSetDefault = Locale.class.getDeclaredMethod("setDefault", cCategory, Locale.class);
4224 mSetDefault.invoke(null, cat, newLocale);