Searched defs:restoreLocale (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/util/
H A DLocaleTestUtils.java46 * mLocaleTestUtils.restoreLocale();
55 * {@link #restoreLocale()} first.
84 "call restoreLocale() before calling setLocale() again");
96 public void restoreLocale() { method in class:LocaleTestUtils
98 throw new IllegalStateException("call setLocale() before calling restoreLocale()");

Completed in 65 milliseconds