Home | History | Annotate | Download | only in util

Lines Matching defs:mGetDefault

4059         private static Method mGetDefault;
4109 mGetDefault = Locale.class.getDeclaredMethod("getDefault", cCategory);
4384 loc = (Locale)mGetDefault.invoke(null, cat);